---
title: "Get App Info"
method: GET
path: "/info"
tags: ["Applications"]
---

# Get App Info

`GET /info`

**Available for**: Chatflow, Workflow, New Agent, Chatbot, Agent, Text Generator apps.

Retrieve basic information about this application, including name, description, tags, and mode.

## Response `200`

Basic information of the application.

- AppInfoResponse
  - `name` string — Application name.
  - `description` string — Application description.
  - `tags` string[] — Application tags.
  - `mode` string — Application mode. `completion` for text generation apps, `chat` for basic chat apps, `agent-chat` for agent-based apps, `advanced-chat` for Chatflow apps, `workflow` for Workflow apps.
  - `author_name` string — Name of the application author.

---

[API](https://skmtc.dev/langgenius/apis/dify-service-api.md) · [All operations](https://skmtc.dev/langgenius/apis/dify-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langgenius/dify-service-api/revisions/61cc4ae17b90/schema)
