Messages
Get Message Tasks
This endpoint returns the last 100 tasks in descending chronological order.
Use the cursor parameter to paginate.
GET
/
v1
/
messages
/
{messageId}
/
tasks
Request
MessageId is the Id of the message to list tasks for.
Cursor is a unix timestamp with milliseconds precision. You can use it to paginate the results.
Response
If there are more logs, this is the cursor to use to get the next page. Returns 0 or undefined if there are no more logs.
Was this page helpful?