List Campaign Tasks
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
campaign_id*Campaign Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/campaigns/497f6eca-6276-4993-bfeb-53cbbbba6f08/tasks"{ "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "campaign_id": "78614b6c-fe7c-41e2-8e25-c9b3a3c91904", "to_number": "string", "variables": {}, "status": "string", "attempts": 0, "next_attempt_at": "2019-08-24T14:15:22Z", "provider_call_id": "string", "conversation_id": "cc71b11a-25cd-4c2d-9950-df2cc38e3407", "outcome": "string", "last_error": "string" } ]}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}