Get the status of an async DLQ rebroadcast job.

get/api/v2/admin/indexernotifications/dlq/{jobId}/status

Poll this endpoint to check the progress of a previously started rebroadcast job.

Permissions required:

  • updateIndexerNotification

Path Parameters

  • jobIdstringRequired
    Min length: >= 1 characters

200 Response

jobId string required
Unique job identifier
Min length: >= 1 characters
status string required
Current job status
Allowed values: running completed failed
dlqTopic string required
The DLQ topic being consumed
Min length: >= 1 characters
retryTopic string required
The retry topic being published to
Min length: >= 1 characters
messageProcessLimit number required
Maximum number of messages to process
startedAt string required
ISO 8601 timestamp when job started
Min length: >= 1 characters
completedAt string
ISO 8601 timestamp when job completed (only if completed/failed)
Min length: >= 1 characters
result object
Result data (only when status is 'completed')
totalMessagesProcessed number required
The total number of messages processed
messagesProcessedSuccessfully number required
The number of messages successfully processed and rebroadcasted
messageProcessedFailed number required
The number of messages that failed to process
error string
Error message (only when status is 'failed')

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id