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
string
requiredMessageId is the Id of the message to list tasks for.
cursor
int
Cursor is a unix timestamp with milliseconds precision. You can use it to paginate the results.
Response
cursor
int
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.
tasks
Array<Task>
requiredWas this page helpful?