---
title: "Get My Pending Workspace Invite"
method: GET
path: "/workspaces/{workspace_id}/my-pending-invite"
tags: ["invites"]
---

# Get My Pending Workspace Invite

`GET /workspaces/{workspace_id}/my-pending-invite`

Return the authenticated user's pending invite for a workspace, identified by email match.

## Path parameters

- `workspace_id` string, required

## Response `200`

Successful Response

- MyPendingInviteResponse — Pending-invite preview for the authenticated user, scoped to a workspace.
  - `workspace_id` string, required
  - `role` 'owner' | 'editor' | 'viewer' | 'commenter', required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.net/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/versions/28bdface01df/schema)
