---
title: "Fetch List of FAST Applications"
method: GET
path: "/applications"
tags: ["Application Management"]
---

# Fetch List of FAST Applications

`GET /applications`

Responds with a list of Applications that are currently deployed in the system.

## Response `200`

List of FAST Applications.

- FastApplication[] — FAST Application List.
  - `<<` unknown
  - `tenant` string, required — the tenant the Application belongs to
  - `name` string, required — the name of the Application
  - `_links` LinksDefinition — An object containing link references.
    - `self` string — Self-link to endpoint
    - `task` string — Self-link to task endpoint

## 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/revisions/69d12c15d1c7/schema)
