Skip to main content
Before retrying a failed campaign action, look up the queue entry to confirm its current state and obtain the queue ID. The queue lookup endpoint accepts exactly one identifier per request alongside the required campaign ID.

Endpoint

Query Parameters

integer
required
The campaign ID the queued action belongs to.
integer
The audience ID to look up. Provide exactly one of audience_id, member_id, or profile_url.
string
The member ID to look up. Provide exactly one of audience_id, member_id, or profile_url.
string
The profile URL to look up. Provide exactly one of audience_id, member_id, or profile_url.
You must provide campaign_id plus exactly one of audience_id, member_id, or profile_url.

Examples

Lookup by audience_id

Lookup by member_id

Lookup by profile_url

Response Example

Error Responses