GET
/
v1
/
messages
/
{messageId}
/
tasks

Request

messageId
string
required

MessageId 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>
required