👋 Welcome to the new Omni docs! We're still migrating, but the old docs are available at docs-legacy.omni.co.
cURL
curl --request GET \ --url https://{instance}.omniapp.co/api/v1/models \ --header 'Authorization: Bearer <token>'
{ "records": [ {} ], "pageInfo": { "hasNextPage": true, "nextCursor": "<string>", "pageSize": 123, "totalRecords": 123 } }
List models with pagination
Use either an Organization API Key or Personal Access Token (PAT). Include in the Authorization header as: Bearer YOUR_TOKEN
Bearer YOUR_TOKEN
Number of records per page
Pagination cursor
Additional fields to include
activeBranches
Paginated model list
Show child attributes
Was this page helpful?