Skip to main content
The 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.
Call GET /v8/coverage first when setting up a new deployment or diagnosing unexpected capability gaps. The coverage report gives you a single, authoritative view of everything your gateway exposes — without having to search capabilities endpoint-by-endpoint.

Endpoint

Required scope: 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
Coverage report fields:
The evidenceScore reflects the depth of independent verification, not a guarantee of production readiness. An endpoint with a score of 1.0 has been thoroughly verified by the platform’s evidence-scoring process. Always test in your specific environment before relying on coverage scores for production decisions.

Error Responses

All errors follow RFC 9457 Problem Details.

SDK Equivalent

Returns: Promise<JsonValue>