---
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.

Returns basic information about the app: name, description, tags, mode, and author.

## 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, `agent` for New Agent apps.
  - `author_name` string — Name of the application author.

---

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