Get firehose cursor position and DLQ status
Output
Encoding
application/jsoncursor
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.
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"
}