Views
List available views
Returns all shared views configured for the given object type. Views are pre-configured filters, sorting, and column layouts created in the item UI.
Use a view’s id with the Execute View
endpoint to pull filtered data.
GET
List available views
Authorizations
Your organization's API key (starts with sk_live_)
Path Parameters
The object type slug. Use contacts for People, companies for Companies,
or the slug of a Custom Object (e.g., deals, tickets).
Singular forms (contact, company) are also accepted.
Response
List of shared views
Previous
Execute a viewExecutes a shared view and returns paginated results. The view's filters,
sorting, and column configuration are applied automatically.
This is the recommended way to pull structured data from item — configure
the view in the UI with the exact filters you need, then call this endpoint
on a schedule.
Next
List available views