Skip to main content
GET
Per-document support diagnostics (visibility, failures, history).

Authorizations

Authorization
string
header
required

Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.

X-Namespace
string
header
required

Namespace id (ns_...), not the namespace name. This scopes the request rather than authenticating it, and it is required on every operation marked x-mixpeek-namespace-scoped.

Path Parameters

collection_identifier
string
required

The ID or name of the collection.

document_id
string
required

The ID of the document.

Response

Successful Response

Support diagnostics for one document (BACKE-3528 / ADM-23).

document_id
string
required
collection_id
string
required
visibility_reason
VisibilityReason · object
required

Whether this document's vectors are present in MVS, and why.

recent_failures
RecentFailures · object
required

The source object's failure history, with an honest coverage note.

diagnostic_history
DiagnosticHistory · object
required

The document's safe processing history.

source_object_id
string | null

The document's originating bucket object id (lineage root).