Get the caller's workspace

Returns workspace metadata for the API key’s owning workspace. The signing_secret is NEVER included in the response; rotate secrets through the dedicated key rotation flow.

Authentication

AuthorizationBearer

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

Response

Workspace details
idstring
namestring
tierenum
retention_daysinteger1-3650
NDPR data retention window for this workspace.
created_atdatetime
updated_atdatetime
webhook_urlstring
signing_secret_rotated_atdatetime

Timestamp of the most recent signing-secret rotation. Absent (omitted from the response) when the workspace has never rotated its signing secret. The secret value itself is never returned by this endpoint — see POST /v1/workspace/signing-secret/rotate.

Errors

404
Get Workspace Request Not Found Error