Skip to main content
GET
Get an analysis

Authorizations

Authorization
string
header
required

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

Path Parameters

analysisId
string<uuid>
required

Response

Successful response.

id
string<uuid>
required
title
string
required
Required string length: 1 - 120
report_ids
string<uuid>[]
required

The reports the analysis shows, embedded or after the body.

Maximum array length: 12
created_via
enum<string>
required

dashboard means the Datalyr app. chat means a person selected Save as analysis in AI chat.

Available options:
dashboard,
chat,
mcp,
api
created_at
string<date-time>
required
updated_at
string<date-time>
required
workspace_id
string<uuid>
body_md
string

Markdown. Raw HTML is not rendered. A line of the form ::report[<id>] embeds that report. Not in list responses.

Maximum string length: 50000
plans
object[]

At most 64 KB serialized. Not in list responses.

Maximum array length: 20
date_range
object

The range the attached reports run over. Null means each report's own default.

created_by
object
deleted_at
string<date-time> | null