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