Skip to content

Data API

Search

The five Data API request shapes. POST search, GET by id, GET related records, and field discovery.

The Data API has five request shapes. All are read-only.

ShapeMethod + PathPurpose
Search recordsPOST /data/{dataset}/searchFull-text search, filter, sort, and paginate a dataset.
Get a recordGET /data/{dataset}/{id}Fetch one record by UUID.
Related recordsGET /data/{dataset}/{id}?include=...Embed related dataset records in a single response.
Search fieldsPOST /data/fields/searchDiscover filterable fields, enum values, and relational sub-fields for a dataset. 0 credits.
Get fieldsGET /data/fields/{dataset}/{key}Fetch one field descriptor by key. 0 credits.

For the first three shapes, {dataset} is one of accounts, contacts, projects, or signals. The fields shapes use a broader {dataset} that also includes workspace_accounts, workspace_projects, and workspace_contacts; see Search Fields for the full list.