---
title: "List Applications"
method: GET
path: "/api/v1/applications"
tags: ["Internal: Applications"]
---

# List Applications

`GET /api/v1/applications`

List all applications for current developer.

## Response `200`

Successful Response

- ApplicationRead[]
  - `id` string, uuid, required
  - `app_id` string, required
  - `name` string, required
  - `created_at` string, date-time, required

---

[API](https://skmtc.net/openwearables/apis/open-wearables-api.md) · [All operations](https://skmtc.net/openwearables/apis/open-wearables-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwearables/open-wearables-api/versions/37c1c527cd8f/schema)
