Skip to content
Streamkap
Esc
navigateopen⌘Jpreview

Get latest QA row counts for topics

Returns per-topic source_count, destination_count, and shard_counts from the most recent metrics_qa collection. Accepts lineage topic names (e.g., source_XXX.demo.shard1.Orders) and matches against metrics_qa topic_ids.

POST/dashboard/qa-counts
Authorization
AuthorizationBearer token · headerrequired
Request body
requiredapplication/json
topic_idsstring[]required
Responses
200

Successful Response

any
422

Validation Error

detailValidationError[]
Show properties
Array of ValidationError
locstring | integer[]required
Show properties
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequired
typestringrequired
inputany
ctxobject
Request
curl -X POST "https://api.streamkap.com/dashboard/qa-counts" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "topic_ids": [
    "string"
  ]
}'
Response
Successful Response