APIReference
System
GET
/v1/ping
Health check
| Status code | Description |
|---|---|
200 | Server is up. |
GET
/v1/openapi.json
Get the OpenAPI spec
The machine-readable OpenAPI 3.1 description of this API. No auth required. Point code generators and agents at this URL rather than at a copied snapshot, so they stay accurate as the API evolves.
| Status code | Description |
|---|---|
200 | The OpenAPI 3.1 document describing the v1 surface. |