---
title: "Get Applications"
method: GET
path: "/api/v1/applications"
tags: ["Application"]
---

# Get Applications

`GET /api/v1/applications`

Get Applications

## Query parameters

- `page` integer, required
- `per_page` integer, required

## Response `200`

OK

- D7yIoDragonflyV2ManagerModelsApplication[]
  - `bio` string
  - `created_at` string
  - `id` integer
  - `is_del` integer
  - `name` string
  - `priority` D7yIoDragonflyV2ManagerModelsJSONMap
  - `updated_at` string
  - `url` string
  - `user` D7yIoDragonflyV2ManagerModelsUser
    - `avatar` string
    - `bio` string
    - `configs` D7yIoDragonflyV2ManagerModelsConfig[]
      - `bio` string
      - `created_at` string
      - `id` integer
      - `is_del` integer
      - `name` string
      - `updated_at` string
      - `user` D7yIoDragonflyV2ManagerModelsUser — recursive
      - `user_id` integer
      - `value` string
    - `created_at` string
    - `email` string
    - `id` integer
    - `is_del` integer
    - `location` string
    - `name` string
    - `phone` string
    - `state` string
    - `updated_at` string
  - `user_id` integer

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

## Changes

> 50 revisions in range; 1 could not be searched.

- **2025-03-13** `520bdf6f2700` — 1 info
  - endpoint added
- **2021-11-29** `f61cd344dca7` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/dragonflyoss/apis/dragonfly-manager/changes/api/v1/applications/get.md)

---

[API](https://skmtc.dev/dragonflyoss/apis/dragonfly-manager.md) · [All operations](https://skmtc.dev/dragonflyoss/apis/dragonfly-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dragonflyoss/dragonfly-manager/revisions/d9b0d442c9f4/schema)
