pub.chive.admin.getFirehoseStatus

chive.pub

Documentation

Get firehose cursor position and DLQ status

main query

Get firehose cursor position and DLQ status

Output

Encodingapplication/json
cursor string Optional

Current firehose cursor position

dlqCount integer Required

Number of entries in the dead-letter queue

timestamp stringdatetime Required

Timestamp of the status check

Errors

AuthenticationRequired
AdminRequired
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "AuthenticationRequired"
    },
    {
      "name": "AdminRequired"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "dlqCount",
        "timestamp"
      ],
      "properties": {
        "cursor": {
          "type": "string",
          "description": "Current firehose cursor position"
        },
        "dlqCount": {
          "type": "integer",
          "description": "Number of entries in the dead-letter queue"
        },
        "timestamp": {
          "type": "string",
          "format": "datetime",
          "description": "Timestamp of the status check"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {}
  },
  "description": "Get firehose cursor position and DLQ status"
}

Lexicon Garden

@