Hanzo
OpenapiO11y

Returns one Sentry project of the caller's org, DSN included.

Returns one Sentry project of the caller's org, DSN included.

GET /v1/o11y/sentinel/projects/{id}

Addresshttps://api.hanzo.ai/v1/o11y/sentinel/projects/{id}
MethodGET
Operationget_o11y_sentinel_projects_by_id
AuthAuthorization: Bearer $HANZO_API_KEY

Returns one Sentry project of the caller's org, DSN included.

Callers need the viewer role; the runtime's own gate enforces it.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the project id.

Response

StatusBodyMeaning
200o11y.O11ySentryProjectOutok

200 body — 10 fields.

FieldInTypeAlwaysDescription
databodyo11y.O11ySentryProject
data.createdAtbodystring (date-time)CreatedAt is when the project was created.
data.dsnbodystringDSN is the project's freshly-derived ingest DSN.
data.idbodystringID is the project id.
data.namebodystringName is the project's display name.
data.platformbodystringPlatform is the reporting runtime, e.g.
data.slugbodystringSlug is the project's short name.
data.statusbodystringStatus is the project's lifecycle state: active or disabled.
data.updatedAtbodystring (date-time)UpdatedAt is when the project last changed.
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page