Integrations
Get Integration Models
GET
/api/v1/integrations/{integration_id}/modelsAuthorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
integration_id*Integration Id
Format
uuidQuery Parameters
model_type?|null
language?string|null
page?Page
Page number
Range
1 <= valueDefault
1size?Size
Page size
Range
1 <= value <= 100Default
50Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/integrations/497f6eca-6276-4993-bfeb-53cbbbba6f08/models"{ "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "type": "ai_provider", "tag_metadata": {} } ], "total": 0, "page": 1, "size": 1, "pages": 0}