Skip to main content
GET
Retrieve a list of scheduled actions, optionally filtered by status.

Query Parameters

string
Filter by status: pending, processing, completed, failed, cancelled
string
Filter by action type: send_sms, call_contact
integer
default:"50"
Maximum number of results (max 100)
integer
default:"0"
Number of records to skip for pagination

Response

Returns an array of scheduled action objects.
string
UUID of the scheduled action
string
Type of action
string
Scheduled execution time
string
Current status
object
Action parameters
string
When the action was executed (if completed)
string
Error details (if failed)
integer
Number of retry attempts