---
title: "Display a task"
method: GET
path: "/1/async/tasks/{task_uuid}"
tags: ["Tasks"]
---

# Display a task

`GET /1/async/tasks/{task_uuid}`

Returns a variety of information about a single Task specified by the requested unique identifier.

## Path parameters

- `task_uuid` string, required

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 087adaadAsyncTask
    - `uuid` string, uuid, required — Universally unique identifier of the resource `Async Task`
    - `status` 'executed' | 'failed' | 'running' | 'spooled', required — Status of the resource `Async Task`
    - `created_at` integer, required — Timestamp `Async Task` has been created
    - `updated_at` integer, required — Timestamp `Async Task` has been updated
    - `executed_at` integer, required — Timestamp `Async Task` has been executed
    - `finished_at` integer, required — Timestamp `Async Task` is finished
    - `response` object, required — Asynchronous response result
    - `error` object — Asynchronous error result

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
