API Reference
Log In
API Reference

Get Elements

Get all elements in a project. Optionally, a categoryId or viewId can be provided to return elements inside a particular category or view.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Project ID

Query Params
boolean
Defaults to false

When true, returns all element fields even when a viewId is provided. Defaults to false.

string

Include only elements in a specific category

string

Opaque pagination cursor returned as nextContinueFrom in a previous response. Pass this value to retrieve the next page of elements. Only valid when limit is also provided.

string
enum
Defaults to full

Return full element field value objects (default) or the display-oriented simple format. Prefer full when a caller may need field IDs or structured payloads such as related IDs, select option metadata, quantities, file details, or formula detail.

Allowed:
integer
1 to 1000

Maximum number of elements to return per page (1–1000). Recommended default: 100. When the response includes nextContinueFrom, pass it as continueFrom in the next call to retrieve the next page.

string

Include only elements in a specific view

Headers
string
enum

Optional response mode override for large payloads. Allowed values are buffered and streaming. When omitted, endpoints may choose buffered by default and fall back to streaming for oversized payloads.

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json