GET
/
v1
/
tasks
/
{taskId}

Request

taskId
string
required

ID of the related task.

Response

completedAt
int

CompletedAt is the time when the task is processed successfully. Unix timestamp with millisecond precision

deadline
int

Deadline is the deadline for the task. Unix timestamp with millisecond precision

error
string

Error is the error message from the last failure.

lastErrorAt
string

LastErrorAt is the time time of the last failure if any. Unix timestamp with millisecond precision

maxRetry
string
required

MaxRetry is the maximum number of times the task can be retried.

messageId
string
required

Id is the identifier of the the message for this task.

nextProcessAt
int

NextProcessAt is the time the task is scheduled to be processed, Unix timestamp with millisecond precision

retried
int
required

Retried is the number of times the task has retried so far.

state
string
required

The current state of this task

taskId
string
required

Id is the identifier of the task.

url
string
required

URL is the destination where we should send the message.