List registered real-time queries
Returns every active WebSocket query registration of the API key (totalQueries carries the count), each with its registration_id, the query parameters it was registered with (parameter names in lowercase), and active_clients — the number of devices currently connected to the stream for it. Available on plans with WebSocket access.
The API key must be sent as the apikey query parameter — the X-ACCESS-KEY header is not supported on this endpoint. Consumes no API credits.
Query parameters
Your API key, passed as a query-string parameter. This endpoint does not accept the X-ACCESS-KEY header.
Response
Success.
Changes
Changed in 2 of the 3 revisions of this API.13
- ○
added the optional property
results/oneOf[InvalidFilterDetail]/recommendationsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
results/oneOf[InvalidFilterDetail]/recommendationsto the response with the403statusresponse-optional-property-added
- ○
added the optional property
results/oneOf[InvalidFilterDetail]/recommendationsto the response with the429statusresponse-optional-property-added
- ○
added the optional property
results/oneOf[InvalidFilterDetail]/recommendationsto the response with the500statusresponse-optional-property-added
- ○
added the optional property
results/oneOf[InvalidFilterDetail]/recommendationsto the response with the503statusresponse-optional-property-added
- ○
added the optional property
results/oneOf[subschema #3]/items/recommendationsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
results/oneOf[subschema #3]/items/recommendationsto the response with the403statusresponse-optional-property-added
- ○
added the optional property
results/oneOf[subschema #3]/items/recommendationsto the response with the429statusresponse-optional-property-added
- ○
added the optional property
results/oneOf[subschema #3]/items/recommendationsto the response with the500statusresponse-optional-property-added
- ○
added the optional property
results/oneOf[subschema #3]/items/recommendationsto the response with the503statusresponse-optional-property-added
- ○
added the required property
results/queries/items/active_clientsto the response with the200statusresponse-required-property-added
- ○
added the required property
totalQueriesto the response with the200statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○