Get DLQ statistics per source and status

GET/api/v1/dlq/stats

Parameters

This endpoint does not accept parameters.

Responses

200DLQ stats object

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/dlq/stats" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200DLQ stats object
Example response not yet documented.