---
title: "Get Adk App Info"
method: GET
path: "/apps/{app_name}/app-info"
---

# Get Adk App Info

`GET /apps/{app_name}/app-info`

Returns the detailed info for a given ADK app.

## Path parameters

- `app_name` string, required

## Response `200`

Successful Response

- AppInfo
  - `name` string, required
  - `rootAgentName` string, required
  - `description` string, required
  - `language` 'yaml' | 'python', required
  - `isComputerUse` boolean
  - `agents` object, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-31** `05dc9d47fcf0` — 6 info
  - added the optional property `agents/anyOf[subschema #1]/additionalProperties/tools/items/exaAiSearch` to the response with the `200` status
  - added the optional property `agents/anyOf[subschema #1]/additionalProperties/tools/items/googleMaps/anyOf[subschema #1: GoogleMaps]/groundingTypes` to the response with the `200` status
  - added `#/components/schemas/AuthConfig` to the `agents/anyOf[subschema #1]/additionalProperties/tools/items/googleMaps/anyOf[subschema #1: GoogleMaps]/authConfig` response property `anyOf` list for the response status `200`
  - added `#/components/schemas/AuthConfig` to the `agents/anyOf[subschema #1]/additionalProperties/tools/items/retrieval/anyOf[subschema #1: Retrieval]/externalApi/anyOf[subschema #1: ExternalApi]/authConfig` response property `anyOf` list for the response status `200`
  - …2 more
- …earlier changes not shown

[Full history](https://skmtc.dev/google/apis/adk-rest-api-reference/changes/apps/:app_name/app-info/get.md)

---

[API](https://skmtc.dev/google/apis/adk-rest-api-reference.md) · [All operations](https://skmtc.dev/google/apis/adk-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/adk-rest-api-reference/revisions/05dc9d47fcf0/schema)
