Get All Tasks
gethttps://api.telnyx.com/10dlc/bulkCreationGet a list of all tasks ever submitted by your organization.
curl -X GET \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
'https://api.telnyx.com/10dlc/bulkCreation'
Parameters
In Query
recordsPerPage
optional
Default:
20
page
optional
Default:
1
Responses
200
Successful Response
Success Response
{
"meta": {
"page": 1,
"recordsPerPage": 20,
"totalPages": 1,
"totalRecords": 1
},
"records": [
{
"taskId": "4b60017a-2f50-4c90-c9e6-5f67304cbde2",
"status": "pending",
"createdAt": "2021-06-30T10:48:22-07:00",
"updatedAt": "2021-06-30T10:49:04-07:00"
}
]
}
Previous:
Phone Number CampaignsWas this page helpful?