---
title: "Get async operation status"
method: GET
path: "/network-notifications/v1/alerts/async-operations/{task-id}"
tags: ["Alerts"]
---

# Get async operation status

`GET /network-notifications/v1/alerts/async-operations/{task-id}`

This API endpoint retrieves the status of an asynchronous alert operation using the task ID returned from alert action endpoints (clear, defer, active, priority).

## Path parameters

- `task-id` string, required

## Response `200`

Status of an asynchronous alert operation.

- AlertActionStatusResponseBody — Response body for alert action status.
  - `id` string, required — Unique identifier for this async operation resource.
  - `type` string, required — Resource type identifier.
  - `sourceResourceUri` string — The URI of the source resource associated with this operation.
  - `state` 'PENDING' | 'IN_PROGRESS' | 'SUCCEEDED' | 'FAILED' — The current state of the asynchronous operation.
  - `startedAt` string, date-time — Timestamp when the operation started.
  - `endedAt` string, date-time — Timestamp when the operation ended.
  - `logMessages` LogMessage[] — Log messages associated with the operation.
    - `message` string — The log message content.
    - `timestamp` string, date-time — Timestamp when the log message was recorded.
  - `progressPercent` integer — The progress percentage of the operation.
  - `error` AsyncOperationError — Error details for a failed async operation.
    - `code` string — The error code.
    - `message` string — The error message.
    - `details` string — Additional details about the error.

## Other responses

- `400` — Invalid input received.
- `401` — Unauthorized. Authentication credentials are required or invalid.
- `403` — Forbidden: Access is denied.
- `404` — Not Found error.
- `429` — Too Many Requests. The user has sent too many requests in a given amount of time.
- `500` — Internal Server Error. An unexpected error occurred on the server.

---

[API](https://skmtc.dev/arubanetworks/apis/authorization.md) · [All operations](https://skmtc.dev/arubanetworks/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arubanetworks/authorization/revisions/74c95058b11f/schema)
