Actions
Get Actions
API Reference
Endpoints
- Actions
- Agents
- Call Now
- Calls
- Campaigns
- Chat
- Chat Widget
- Knowledge Base
- Dispositions
- Lead Lists
- Leads
- Mentions
- Phone Numbers
- Reports
- Roles
- Scripts
- Voices
- Webhooks
Actions
Get Actions
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
Query Parameters
Response
200
application/json
Successful Response
The response is of type object
.
Was this page helpful?
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"
}
}
]
}