Need help? Get answers from the docs with Omni's in-app AI! Log in to your Omni instance and open the Omni Agent in the sidebar.
curl --request GET \
--url https://{instance}.omniapp.co/api/v1/models/{modelId}/schemas \
--header 'Authorization: Bearer <token>'[
"ANALYTICS",
"PUBLIC",
"STAGING"
]Retrieves a sorted list of all available schema names for the specified model, including physical, virtual, and dynamic schemas.
curl --request GET \
--url https://{instance}.omniapp.co/api/v1/models/{modelId}/schemas \
--header 'Authorization: Bearer <token>'[
"ANALYTICS",
"PUBLIC",
"STAGING"
]Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
The unique identifier of the model.
The ID of the branch to retrieve schemas from.
List of schema names
Was this page helpful?