Get an action.
{ "id": "<string>", "type": "<string>", "title": "<string>", "description": "<string>", "status": "<string>", "inputs": "<string>", "control_flow": { "run_if": "<string>", "for_each": "<string>", "join_strategy": "all", "retry_policy": { "max_attempts": 1, "timeout": 300, "retry_until": "<string>" }, "start_delay": 0, "wait_until": "<string>" }, "is_interactive": true, "interaction": { "type": "<string>", "timeout": 123 } }
The response is of type object.
object
Was this page helpful?