---
title: "Get all projects for the authenticated user"
method: GET
path: "/projects"
tags: ["Projects"]
---

# Get all projects for the authenticated user

`GET /projects`

Retrieves all active projects owned by the authenticated user.
Projects are returned in descending order by last update time.

## Response `200`

List of user's projects

- Project[]
  - `id` string — Unique identifier for the project (GUID)
  - `name` string — Name of the project
  - `description` string — Detailed description of the project
  - `url` string — Optional URL associated with the project
  - `token` string — Client token (owner of the project)
  - `createdOn` string, date-time — Creation timestamp
  - `updatedOn` string, date-time — Last update timestamp
  - `active` boolean — Whether the project is active
  - `imageUrl` string, uri — Optional URL of the 200x50 brand image associated with the project
  - `textColor` string, nullable — Hex color (e.g.
  - `backgroundColor` string, nullable — Hex color (e.g.
  - `brandColor` string, nullable — Primary branding accent color applied to overlay shapes when branding is configured
  - `accentColor` string, nullable — Secondary accent color applied to overlay highlights and subtitles when branding is configured

## Other responses

- `401` — Unauthorized - valid API token required
- `500` — Internal server error

---

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