Skip to main content
GET
Get a saved report

Authorizations

Authorization
string
header
required

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

Path Parameters

reportId
string<uuid>
required

Response

Successful response.

id
string<uuid>
required

The same id on the Reports page, in chat and over MCP.

name
string
required
Required string length: 1 - 120
kind
enum<string>
required

metric is a number tile. line is a series; area and bar are its chart styles, set in chart.type. breakdown and donut split one metric by one dimension. funnel counts visitors through ordered steps.

Available options:
metric,
line,
breakdown,
donut,
funnel
definition
Catalog line · object
required

What a report runs. Version v: 1. At most 16 KB serialized. The shape must match the report's kind.

position
integer | null
required

Order on the Reports page, from 0. Null means the report is not on the page.

created_via
enum<string>
required

import marks a card that moved from a browser to the workspace.

Available options:
dashboard,
chat,
mcp,
api,
import
created_at
string<date-time>
required
updated_at
string<date-time>
required
workspace_id
string<uuid>
created_by
object
deleted_at
string<date-time> | null