---
title: "Get Application"
method: GET
path: "/governance-service/api/ai/application/{id}"
tags: ["AI Application Management"]
---

# Get Application

`GET /governance-service/api/ai/application/{id}`

Get an AI application by ID.

## Path parameters

- `id` integer, required

## Response `200`

Successful Response

- AIApplicationViewOutput — A model representing an AI application. Inherits from: BaseView: The base model containing common fields. Attributes: name (str): The name of the AI application. description (str): The description of the AI application. application_key (str): The application key. vector_dbs (Optional[str]): The vector databases associated with the AI application.
  - `id` integer, nullable — The unique identifier of the resource
  - `status` integer, nullable — The status of the resource
  - `createTime` string — The creation time of the resource
  - `updateTime` string — The last update time of the resource
  - `name` string — The name of the AI application
  - `description` string, nullable — The description of the AI application
  - `applicationKey` string, nullable — The application key
  - `vectorDBs` string[], nullable — The vector databases associated with the AI application

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/privacera/apis/paig-server.md) · [All operations](https://skmtc.net/privacera/apis/paig-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/privacera/paig-server/versions/e3d2c30ceace/schema)
