cURL
curl --request GET \ --url https://openapi.enginy.ai/v1/actions/{actionsId}/status \ --header 'x-api-key: <api-key>'
{ "status": "success", "message": "<string>", "data": { "actionsId": 123, "entity": "CONTACT", "overallStatus": "PENDING", "totalActions": 123, "statusCounts": { "pending": 123, "processing": 123, "completed": 123, "failed": 123, "queued": 123, "cancelled": 123 }, "progress": 50, "createdAt": "2023-12-25" } }
Check the status of an actions run.
Required scope: ALL Rate limit: 100 requests per minute
Required scope: ALL
ALL
Rate limit: 100 requests per minute
The actions ID returned from the run endpoint
Actions group status retrieved successfully
success
Show child attributes