---
title: "Retrieve all projects"
method: GET
path: "/v1/projects"
tags: ["Projects"]
---

# Retrieve all projects

`GET /v1/projects`

Fetches all projects associated with the authenticated user.

## Query parameters

- `sort` 'updatedAt' | 'createdAt'
- `order` 'asc' | 'desc'

## Response `200`

Projects retrieved successfully

- object
  - `status` string
  - `message` string
  - `projects` object[]
    - `id` string
    - `name` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — Invalid sort or order parameters
- `500` — Server error

---

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