---
title: "Fetch an individual Application"
method: GET
path: "/applications/{tenantName}/{appName}"
tags: ["Application Management"]
---

# Fetch an individual Application

`GET /applications/{tenantName}/{appName}`

Fetches the AS3 Application class for the given FAST Application.

## Response `200`

The specified Application.

- FastAs3App — The resulting AS3 Application.
  - `class` string
  - `constants` object
    - `fast` object
      - `template` string — must be valid Template in the system
      - `setHash` string — the hash of the Template Set used to deploy this Application
      - `view` ParametersDefinition — Object must conform to specified template's schema.
      - `templateType` string — Template type, e.g., local, GitHub or GitLab
      - `lastModified` string, date-time — timestamp of when the Application was last modified
      - `ipamAddrs` ObjectDefinition — A generic definition for an object.
  - `_links` LinksDefinition — An object containing link references.
    - `self` string — Self-link to endpoint
    - `task` string — Self-link to task endpoint

## Other responses

- `404` — Application or Tenant 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/revisions/69d12c15d1c7/schema)
