List Integrations

List platform integrations configured for the project. Disabled tools are excluded by default and can be included for management interfaces.

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

OR
AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Path parameters

org_idstringRequiredformat: "uuid"
The unique identifier of the organization.
project_idstringRequiredformat: "uuid"
The unique identifier of the project.

Query parameters

include_disabled_toolsbooleanOptionalDefaults to false
Include disabled integration tools in the response. Disabled tools cannot be used at runtime.

Response

Integrations retrieved
idstringformat: "uuid"
project_idstringformat: "uuid"
typeenum
namestring
auth_typeenum
createdstring
modifiedstring
configmap from strings to any or nullOptional
toolslist of objectsOptionalDefaults to []
setup_instructionsstring or nullOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error