pub.chive.admin.listDLQEntries

chive.pub

{
  "id": "pub.chive.admin.listDLQEntries",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "AdminRequired"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "entries",
            "total"
          ],
          "properties": {
            "total": {
              "type": "integer",
              "description": "Total entries in the DLQ"
            },
            "entries": {
              "type": "array",
              "items": {
                "ref": "#dlqEntry",
                "type": "ref"
              },
              "description": "DLQ entries"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum number of entries"
          },
          "offset": {
            "type": "integer",
            "default": 0,
            "minimum": 0,
            "description": "Number of entries to skip"
          }
        }
      },
      "description": "List entries from the firehose dead-letter queue"
    },
    "dlqEntry": {
      "type": "object",
      "required": [
        "id",
        "errorType",
        "createdAt",
        "retryCount"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "Entry ID"
        },
        "did": {
          "type": "string",
          "format": "did",
          "description": "DID of the event source"
        },
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT URI of the failed event"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime",
          "description": "When the entry was created"
        },
        "errorType": {
          "type": "string",
          "description": "Error classification"
        },
        "retryCount": {
          "type": "integer",
          "description": "Number of retry attempts"
        },
        "lastRetryAt": {
          "type": "string",
          "format": "datetime",
          "description": "Last retry attempt timestamp"
        },
        "errorMessage": {
          "type": "string",
          "description": "Error detail message"
        }
      },
      "description": "Dead-letter queue entry"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.admin.listDLQEntries

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7natp5xae72bddaqlkef2t4e
CID
bafyreifezhngwm5a3djss36kvawlr46rr3km4xds2sn2qgosh4lrjddbuq
Indexed At
2026-05-04 17:29 UTC
AT-URI
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.admin.listDLQEntries

Lexicon Garden

@