Scheduled Actions
List Scheduled Actions
List all scheduled actions for your account
GET
Retrieve a list of scheduled actions, optionally filtered by status.
Query Parameters
string
Filter by status:
pending, processing, completed, failed, cancelledstring
Filter by action type:
send_sms, call_contactinteger
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