Skip to main content
POST
Diagnose

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

deployId
string
required

Response

The diagnosis — freshly produced or served from the cache.

diagnosis
object
required

Structured failure diagnosis produced by the platform agent.

cached
boolean
required

True when a previously stored diagnosis was returned.