---
title: "All Invitations"
method: GET
path: "/api/v1/workspaces/invitations/all"
tags: ["Workspace"]
---

# All Invitations

`GET /api/v1/workspaces/invitations/all`

Return a list containing details of all pending invitation to a workspace.

This list is not paginated. All workspace members can access this list.

## Query parameters

- `workspace_id` integer, required — ID of the workspace.

## Response `200`

Successful Response

- WorkspaceInvitationView[]
  - `inviter_id` string, required — ID of the user user who sent the invitation
  - `user_email` string, required — The invited person's email.
  - `workspace_id` string, required — ID of the workspace
  - `role` 'ADMIN' | 'MEMBER' | 'GUEST', required — Role of the user inside the workspace
  - `id` string — The ID of the invitation

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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