Skip to main content
GET
/
integrations
/
connections
/
{connectionName}
/
models
/
{modelId}
Get integration connection model
curl --request GET \
  --url https://api.blaxel.ai/v0/integrations/connections/{connectionName}/models/{modelId} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.blaxel.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Path Parameters

connectionName
string
required

Name of the connection

modelId
string
required

Model ID

Response

200

successful operation

Last modified on May 27, 2026