List Teams Installations

List the Teams installations linked to this integration, with the integration's authorization state. Returns the same installations and the same `auth_state` and `auth_state_reason` as the setup operation, without the install deep link. `installations` is empty until a Teams team has been linked. Answers 422 when `integration_id` names an integration that is not of type `teams`.

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

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

Response

Successfully retrieved Teams installations
auth_statestring or nullOptional
auth_state_reasonstring or nullOptional
installationslist of objectsOptional

Errors

400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error