---
title: "Get Tasks"
method: GET
path: "/tasks"
tags: ["Task Tracking"]
---

# Get Tasks

`GET /tasks`

List all running and completed Tasks.

## Response `200`

An array of Tasks and their status.

- Task[] — Task List.
  - `_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

- `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)
