Tasks
Get Task
This endpoint returns information about a task with the given ID.
GET
Request
string
required
ID of the related task.
Response
int
CompletedAt is the time when the task is processed successfully. Unix timestamp with millisecond precision
int
Deadline is the deadline for the task. Unix timestamp with millisecond precision
string
Error is the error message from the last failure.
string
LastErrorAt is the time time of the last failure if any. Unix timestamp with millisecond precision
string
required
MaxRetry is the maximum number of times the task can be retried.
string
required
Id is the identifier of the the message for this task.
int
NextProcessAt is the time the task is scheduled to be processed, Unix timestamp with millisecond precision
int
required
Retried is the number of times the task has retried so far.
string
required
The current state of this task
string
required
Id is the identifier of the task.
string
required
URL is the destination where we should send the message.