cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/integrations/{integration_id} \ --header 'Authorization: Bearer <token>'
{}
Get details of a specific integration.
Args: integration_id: Integration UUID
Returns: Integration details
Enter your Kubiya API token (format: Bearer )
Successful Response
The response is of type Response Get Integration Api V1 Integrations Integration Id Get · object.
Response Get Integration Api V1 Integrations Integration Id Get · object
Was this page helpful?