GET
/
v1
/
actions
curl --request GET \
  --url https://api.eqho.ai/v1/actions \
  --header 'X-API-KEY: <api-key>'
{
  "actions": [
    {
      "name": "<string>",
      "slug": "<string>",
      "instructions": "<string>",
      "messages": {
        "start": "<string>",
        "completed": "<string>",
        "failed": "<string>",
        "delayed": "<string>"
      },
      "minimum_execution_time_milliseconds": 123,
      "delayed_timing_milliseconds": 123,
      "type": "call_transfer",
      "is_async": true,
      "settings": {},
      "execution_type": "live",
      "response_mode": "interactive",
      "execution_order": 123,
      "_id": "<string>",
      "account_id": "<string>",
      "enabled": true,
      "history": {
        "revision": 0,
        "created_at": "2023-11-07T05:31:56Z",
        "created_by": "unknown",
        "last_modified_at": "2023-11-07T05:31:56Z",
        "last_modified_by": "unknown"
      }
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

organization_id
string | null

Response

200
application/json
Successful Response

The response is of type object.