Skip to main content
GET
List Semantic Layer documents
Paginated, most recently updated first, and already filtered to what your API key’s creator can reach — so anything it returns is a document you may also read in full, and a document missing from it is one that person cannot see.
Use it to find the id to read in full or edit, the folder to create into, or the ids to name in a permission assignment.

Authorizations

x-api-key
string
header
required

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

Query Parameters

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

Response

200 - application/json
count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?page=4"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?page=2"