---
title: "Get request status"
method: GET
path: "/api/{cloudId}/v1/alerts/requests/{id}"
tags: ["Alerts"]
---

# Get request status

`GET /api/{cloudId}/v1/alerts/requests/{id}`

Alert creation, deletion, and action requests are processed asynchronously to provide higher availability and scalability. This endpoint is used to track the status and alert details (if any) of the request whose identifier is given.

## Path parameters

- `id` string, required

## Response `200`

Returned if the request is successful.

- GetRequestStatusResponse
  - `action` string
  - `processedAt` string, date-time — This property signifies the time when the requested operation was processed.
  - `integrationId` string
  - `isSuccess` boolean
  - `status` string
  - `alertId` string
  - `alias` string — Client-defined identifier of the alert, that is also the key element of <a target="_self" href="https://support.atlassian.com/atlassian/docs/what-is-alert-de-duplication/">Alert De-Duplication</a>.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `404` — Returned if the request is not found.

---

[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/versions/ed65f017bcb8/schema)
