---
title: "Get status of a team request"
method: GET
path: "/api/{cloudId}/v1/teams/{teamId}/requests/{requestId}"
tags: ["Team"]
---

# Get status of a team request

`GET /api/{cloudId}/v1/teams/{teamId}/requests/{requestId}`

## Path parameters

- `requestId` string, required

## Response `200`

Returned if the request is successful.

- RequestStatusResponse
  - `status` RequestStatus
    - `value` 'SUCCESSFUL' | 'IN_PROGRESS' | 'FAILED'

## Other responses

- `404` — Request with given requestId is not found.
- `422` — Returned if the payload cannot be validated.

---

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