Skip to main content
GET
List Contacts Waiting at Action

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

action_id
string<uuid>
required
workflow_id
string<uuid>
required

Query Parameters

limit
integer
default:10

Capped to 100.

page
integer
default:1

Response

action_id
string<uuid>
required
action_type
string
required
action_order
integer
required
waiting_contacts
object[]
required

Each row: contact info, execution id/status, wait_until, expected_to_move_at.

total
integer
required
page
integer
required
limit
integer
required
total_pages
integer
required