Skip to main content

PollNowResponse

Response shape from the poll-now endpoint.

status is enqueued after a successful enqueue. The message carries the task ID for follow-up (tasks.id); the task runs asynchronously, so this response does not reflect poll outcome.

messagestringrequired

Human-readable message; includes the enqueued task ID.

statusstringrequired

enqueued on success.

PollNowResponse
{
"message": "string",
"status": "string"
}