Get Phone Number Status
Check the status of the individual phone number/campaign assignments associated with the supplied taskId.
Path parameters
Unique identifier of the task.
Query parameters
Number of records to return per page.
Page number to retrieve (1-based).
Response
Successful Response
Example response
{
"records": [
{
"phoneNumber": "+12024567890",
"status": "pending",
"taskId": "667a80f8-b0a9-49d0-b9ab-a7a1bcc45086"
}
]
}Changes
Changed in 2 of the 61 revisions of this API.422
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status422response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status4XXresponse-property-type-changed
- ●
removed the optional property
errors/items/metafrom the response with the422statusresponse-optional-property-removed
- ●
removed the optional property
errors/items/metafrom the response with the4XXstatusresponse-optional-property-removed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status422response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status4XXresponse-property-type-changed
- ○
added the optional property
errors/items/metato the response with the422statusresponse-optional-property-added
- ○
added the optional property
errors/items/metato the response with the4XXstatusresponse-optional-property-added
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲