Search user installations
GET /api/v1/git/installations/search
Get user installations (GitHub apps) or equivalent for other providers. Returns a paginated list of installation IDs or workspace IDs depending on the provider.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
provider | query | ProviderType | yes | — |
page_id | query | `string | null` | no |
limit | query | integer | no | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
items | string[] | yes | — |
next_page_id | `string | null` | no |
Operation ID: search_user_installations_api_v1_git_installations_search_get