cURL
curl --request GET \ --url https://openapi.genesy.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
Unique identifier for the actions group
The type of entity
CONTACT
COMPANY
Overall status of the actions group
PENDING
PROCESSING
COMPLETED
FAILED
QUEUED
CANCELLED
PARTIAL
Total number of actions in the group
Number of pending actions
Number of processing actions
Number of completed actions
Number of failed actions
Number of queued actions
Number of cancelled actions
Completion percentage (0-100)
0 <= x <= 100
Date and time when the actions group was created