Skip to main content
GET
/
v1
/
models
/
{modelId}
/
schemas
List model 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.

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

modelId
string<uuid>
required

The unique identifier of the model.

Query Parameters

branchId
string<uuid>

The ID of the branch to retrieve schemas from.

Response

List of schema names