Skip to main content
Get workbook

Authorizations

Authorization
string
header
required

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

Path Parameters

workspace_slug
string
required

URL-friendly workspace identifier

Example:

"acme"

workbook_id
string
required

Response

Workbook

workbook_id
string
workspace_id
string<uuid> | null
Example:

"550e8400-e29b-41d4-a716-446655440000"

team_id
string<uuid> | null
Example:

"550e8400-e29b-41d4-a716-446655440000"

dashboard_id
string<uuid> | null
Example:

"550e8400-e29b-41d4-a716-446655440000"

title
string
sheets
object[]
Last modified on July 23, 2026