Skip to main content

GetWorkspaceDataplaneAccessToken

GET 

/api/v1/workspaces/:workspace_id/dataplane-access-token

Mint a short-lived DataplaneUserJwt that the caller can present directly to data-plane services (telemetry, logs) for reads against this workspace.

The token carries a single ws:read grant bound to this workspace and the workspace's dataplane_id; the caller is expected to cache it in memory and refresh before expires_at. Token TTL is server-controlled and short (minutes) so leaked tokens have a tight blast radius.

Requires READ permission on the workspace.

Request

Responses

Request fulfilled, document follows

Response Headers