Skip to main content
GET
Retrieve a Semantic Layer document
The listing carries every field already, so reach for this when you have an id in hand — from a list, from a grant, or from something you created earlier.
A document your API key’s creator cannot see answers 404, not 403 — an id you cannot read is indistinguishable from one that does not exist, and saying otherwise would confirm that a document with that id exists in the workspace.

Authorizations

x-api-key
string
header
required

API Key authentication. Format: 'x-api-key: api_key'

Path Parameters

id
string
required

Response

200 - application/json
id
string<uuid>
required
read-only
name
string
required
Maximum string length: 255
mentions
any
required
order
integer | null
required
read-only

Manual position among its siblings; NULL falls back to created_at ordering.

created_by
string
required
read-only

Created by (Expandable)

created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
content
string
folder
string<uuid> | null

Folder to place the document in. Omit or send null to put it at the root.