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

# Get all project for the current user

`GET /v1/projects`

## Response `200`

Successful Response

- GetUserAvatarJobsResponse
  - `projects` AvatarProjectItem[], required
    - `id` string, nullable
    - `createdAt` string, date-time, nullable
    - `username` string, nullable
    - `videoUrl` string, nullable
    - `avatarImageUrl` string, nullable
    - `aspectRatio` '1:1' | '16:9' | '9:16', required
    - `text` string, nullable
    - `voiceId` string, nullable
    - `voiceUrl` string, nullable
    - `userId` string, nullable
    - `jobType` string, nullable
    - `status` string, nullable
    - `stage` string, nullable
    - `progress` number, nullable
    - `errorMessage` string, nullable
    - `audioSource` string, nullable
    - `avatarImageInput` object, nullable
    - `shared` boolean

---

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