---
title: "List invitations"
method: GET
path: "/v1/invitations"
tags: ["Invitations"]
---

# List invitations

`GET /v1/invitations`

This endpoint allows you to list all pending invitations.

The response contains the list of invitations and a pagination cursor to retrieve the next page.

The invitations are sorted by id.

If you are using a personal access token, you need to have an access level superior or equal to `member`.

## Query parameters

- `cursor` string
- `per_page` integer
- `search` string — Search invitations based on the email field.
- `ordering` 'date' | '-date'

## Response `200`

List invitations

- object[]
  - `id` integer
  - `email` string, email
  - `role` 'manager' | 'member' | 'restricted'
  - `access_level` 'manager' | 'member' | 'restricted'
  - `date` string, date-time — Creation date of the invitation

## Other responses

- `400` — Invalid data
- `401` — Invalid API key
- `403` — Forbidden Call
- `503` — API under maintenance

---

[API](https://skmtc.net/gitguardian/apis/gitguardian-api.md) · [All operations](https://skmtc.net/gitguardian/apis/gitguardian-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitguardian/gitguardian-api/revisions/511b067cdcb1/schema)
