Hanzo
OpenapiO11y

Lists the caller's org's Sentry projects, each with its freshly-derived DSN.

Lists the caller's org's Sentry projects, each with its freshly-derived DSN.

GET /v1/o11y/sentinel/projects

Addresshttps://api.hanzo.ai/v1/o11y/sentinel/projects
MethodGET
Operationget_o11y_sentinel_projects
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the caller's org's Sentry projects, each with its freshly-derived DSN.

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

Request

GET /v1/o11y/sentinel/projects takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200o11y.O11ySentryProjectsOutok

200 body — 12 fields.

FieldInTypeAlwaysDescription
databodyo11y.O11ySentryProjects
data.itemsbodyo11y.O11ySentryProject[]Items are the projects.
data.items[].createdAtbodystring (date-time)CreatedAt is when the project was created.
data.items[].dsnbodystringDSN is the project's freshly-derived ingest DSN.
data.items[].idbodystringID is the project id.
data.items[].namebodystringName is the project's display name.
data.items[].platformbodystringPlatform is the reporting runtime, e.g.
data.items[].slugbodystringSlug is the project's short name.
data.items[].statusbodystringStatus is the project's lifecycle state: active or disabled.
data.items[].updatedAtbodystring (date-time)UpdatedAt is when the project last changed.
data.totalbodyintegerTotal is how many the org has.
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