---
title: "Retrieve configurations"
method: GET
path: "/api/v1/gitlab/configurations"
tags: ["[Integrations] GitLab"]
---

# Retrieve configurations

`GET /api/v1/gitlab/configurations`

## Response `200`

Successfully found configurations

- ConfigurationsResponseGitlabConfiguration
  - `configurations` GitlabConfiguration[], required
    - `alias` string, required
    - `groupNames` string[], required
    - `hidePersonalProjects` boolean, required
    - `host` string
    - `isDefault` boolean, required
    - `lastFour` string, required

## Other responses

- `400` — Bad Request
- `429` — The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.

---

[API](https://skmtc.dev/cortex/apis/cortex-api.md) · [All operations](https://skmtc.dev/cortex/apis/cortex-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cortex/cortex-api/revisions/141799a965b4/schema)
