curl --request GET \
--url https://api.open.cx/sequences/{sequence_id}{
"id": "<string>",
"name": "<string>",
"org_id": "<string>",
"custom_id": "<string>",
"filter": {
"or": [
{
"and": [
{
"type": "<string>"
}
]
}
]
},
"steps": [
{
"action": {
"type": "<string>",
"data": {
"from_email": "<string>",
"email_subject": "<string>",
"email_body": "<string>",
"email_sender_name": "<string>",
"email_is_transactional": true
}
},
"delay_in_minutes": 1,
"started_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z"
}
],
"is_continuous": true,
"started_at": "2023-11-07T05:31:56Z",
"canceled_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z",
"status": "pending"
}curl --request GET \
--url https://api.open.cx/sequences/{sequence_id}{
"id": "<string>",
"name": "<string>",
"org_id": "<string>",
"custom_id": "<string>",
"filter": {
"or": [
{
"and": [
{
"type": "<string>"
}
]
}
]
},
"steps": [
{
"action": {
"type": "<string>",
"data": {
"from_email": "<string>",
"email_subject": "<string>",
"email_body": "<string>",
"email_sender_name": "<string>",
"email_is_transactional": true
}
},
"delay_in_minutes": 1,
"started_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z"
}
],
"is_continuous": true,
"started_at": "2023-11-07T05:31:56Z",
"canceled_at": "2023-11-07T05:31:56Z",
"ended_at": "2023-11-07T05:31:56Z",
"status": "pending"
}The unique identifier of the sequence
Default Response
50Show child attributes
Show child attributes
pending, complete, canceled, active Was this page helpful?