---
title: "GET /v1/invites"
method: GET
path: "/v1/invites"
---

# GET /v1/invites

`GET /v1/invites`

List pending invites for the current user

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- ListInvitesSuccessResponse
  - `code` integer
  - `data` PaginatedDataGithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityInviteWithOrgName
    - `hasMore` boolean
    - `items` GithubComB3FunB3MonoServicesB3osWorkflowInternalPkgEntityInviteWithOrgName[]
      - `createdAt` string
      - `expiresAt` string
      - `id` string
      - `invitedBy` string
      - `inviteeEmail` string
      - `inviteeUserId` string
      - `organizationId` string
      - `organizationName` string
      - `role` 'owner' | 'developer'
      - `status` 'pending' | 'accepted' | 'declined' | 'expired'
      - `updatedAt` string
    - `limit` integer
    - `offset` integer
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/b3-fun/apis/b3os-workflow-api.md) · [All operations](https://skmtc.net/b3-fun/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b3-fun/b3os-workflow-api/versions/5a750a5a9596/schema)
