List batch call recipients

View as Markdown

Lists every recipient in the batch with its outcome, in the order they were added. Unlike listing calls filtered by batch_call_id, this includes recipients that are still queued and recipients that failed before a call was placed, with the reason in error_message.

Authentication

AuthorizationBearer

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

Path parameters

batch_call_idstringRequired

Query parameters

limitintegerOptional1-100Defaults to 20
Number of recipients per page, between 1 and 100.
offsetintegerOptional>=0Defaults to 0
Number of recipients to skip.
statusenumOptional
Only return recipients with this status.
Allowed values:

Response

200
statusstringOptional
responseobjectOptional

Errors

401
Unauthorized Error
404
Not Found Error