---
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.

## Changes

- **2025-10-20** `702ae6b27810` — 1 breaking, 1 warning, 1 info
  - the `code` response's property type/format changed from `integer`/`int32` to ``/`` for status `500`
  - added the new `500.00` enum value to the `code` response property for the response status `500`
  - added the optional property `error` to the response with the `500` status
- **2023-06-13** `8845d03610a6` — 1 breaking, 4 warning, 2 info
  - removed the required property `items/template` from the response with the `200` status
  - removed the optional property `items/ipamAddrs` from the response with the `200` status
  - removed the optional property `items/lastModified` from the response with the `200` status
  - removed the optional property `items/setHash` from the response with the `200` status
  - …3 more
- **2022-09-26** `8a7a27296ff3` — 1 breaking, 3 warning, 6 info
  - the `code` response's property type/format changed from ``/`` to `integer`/`int32` for status `500`
  - removed the optional property `error` from the response with the `500` status
  - removed the optional property `items/<<` from the response with the `200` status
  - removed the optional property `items/_links` from the response with the `200` status
  - …6 more

[Change history](https://skmtc.dev/f5networks/apis/f5-big-ip-application-services-templates-api/changes/applications/get.md)

---

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