---
title: "Download Json"
method: GET
path: "/governance-service/api/ai/application/{id}/config/json/download"
tags: ["AI Application Config Downloader"]
---

# Download Json

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

Download the configuration of an AI application in JSON format.

Args:
    id (int): The ID of the AI application.
    ai_app_config_download_controller (AIAppConfigDownloadController): The controller class for handling AI application configuration download operations

Returns:
    StreamingResponse: The JSON data of the AI application configuration.

## Path parameters

- `id` integer, required

## Response `200`

Successful Response

- unknown

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