GET /v8/coverage endpoint returns an evidence-scored coverage report for your Integration Gateway deployment. The report tells you which API endpoints are registered, which capability kinds are available, and how thoroughly each has been verified by the Praxa platform’s independent evidence-scoring process. This is the fastest way to understand what your specific deployment can do and to confirm that it is configured correctly before you build missions against it.
Endpoint
coverage:read
Required headers:
Example Request
Response
Status:200 OK
The response body is a coverage report object. The report is scoped to your principal — you only see endpoints and capabilities that your OAuth token’s scopes permit you to read. Coverage scores are evidence-based assessments of verification depth, not production readiness guarantees.
Example 200 response
Error Responses
All errors follow RFC 9457 Problem Details.SDK Equivalent
Promise<JsonValue>