POST
/
actions
/
{action_id}
{
  "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
  }
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

action_id
string
required

Query Parameters

workspace_id
string
required

Body

application/json

Response

200
application/json
Successful Response

The response is of type object.