curl --request GET \
--url https://api.eqho.ai/v1/actions/{action_id} \
--header 'X-API-KEY: <api-key>'
{
"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"
}
}
curl --request GET \
--url https://api.eqho.ai/v1/actions/{action_id} \
--header 'X-API-KEY: <api-key>'
{
"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"
}
}
24
Successful Response
The response is of type object
.
Was this page helpful?