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
id
name
tier
retention_days
NDPR data retention window for this workspace.
created_at
updated_at
webhook_url
signing_secret_rotated_at
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