---
title: "Get information about a specific Task"
method: GET
path: "/tasks/{taskId}"
tags: ["Task Tracking"]
---

# Get information about a specific Task

`GET /tasks/{taskId}`

Get detailed information about a specific Task. Tasks are tracked on a best effort basis, an interruption in service to the iControl LX platform may result in lost results.

## Response `200`

The specified Task and its status.

- Task — Task.
  - `_links` LinksDefinition — An object containing link references.
    - `self` string — Self-link to endpoint
    - `task` string — Self-link to task endpoint
  - `id` string, required — The Task ID of this Task
  - `name` string, required — Name must be valid Template in the system
  - `parameters` ParametersDefinition, required — Object must conform to specified template's schema.
  - `code` integer, required — The current status code of the Task
  - `message` string, required — Any messages (such as "success" or "in progress") for the Task
  - `errors` unknown[] — A list of errors reported back by AS3 for the given task
    - unknown
  - `tenant` string, required — Tenant associated with the Task
  - `application` string, required — Application associated with the Task
  - `timestamp` string, date-time — timestamp of when the job was submitted (or updated for in progress jobs)

## Other responses

- `404` — The Task ID was not found.
- `500` — Internal error. A bug report should be filed.

---

[API](https://skmtc.net/f5networks/apis/f5-big-ip-application-services-templates-api.md) · [All operations](https://skmtc.net/f5networks/apis/f5-big-ip-application-services-templates-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/f5networks/f5-big-ip-application-services-templates-api/versions/69d12c15d1c7/schema)
