> For the complete documentation index, see [llms.txt](https://dev.guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.guardian.hedera.com/developer-tools-and-resources/api-reference/task-statuses-apis.md).

# Task Statuses APIs

Endpoint for polling the status of long-running asynchronous operations. All `push/` endpoints return a `taskId` that can be polled here.

**Authentication:** Bearer token required (`Authorization: Bearer <token>`)

***

| Method | Endpoint                 | Description                                                   | Auth Required |
| ------ | ------------------------ | ------------------------------------------------------------- | ------------- |
| `GET`  | `/api/v1/tasks/{taskId}` | Returns the current status and result of an asynchronous task | Yes           |

## Endpoints

* [Returning Task Statuses](/developer-tools-and-resources/api-reference/task-statuses-apis/returning-task-statuses.md)
