Hanzo
OpenapiO11y

Lists the caller's org's service accounts.

Lists the caller's org's service accounts.

GET /v1/o11y/service_accounts

Addresshttps://api.hanzo.ai/v1/o11y/service_accounts
MethodGET
OperationListServiceAccounts
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the caller's org's service accounts.

Request

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

Response

StatusBodyMeaning
200o11y.O11yServiceAccountsOutok

200 body — 9 fields.

FieldInTypeAlwaysDescription
databodyo11y.O11yServiceAccount[]Data holds the service accounts.
data[].createdAtbodystring (date-time)CreatedAt is when the account was created.
data[].emailbodystringEmail is the address the account authenticates as.
data[].idbodystringID is the service account id.
data[].namebodystringName is the account's name.
data[].orgIdbodystringOrgID is the org the account belongs to.
data[].statusbodystringStatus is active or deleted.
data[].updatedAtbodystring (date-time)UpdatedAt is when it last changed.
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y service_accounts list

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page