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

# GET /api/v1/projects

`GET /api/v1/projects`

Get all projects for the authenticated user

## Response `200`

success response

- object
  - `projects` object[], required
    - `id` string, uuid, required
    - `name` string, required
    - `created_at` string, required
    - `datasetId` string, uuid, nullable, required
    - `userId` string, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `conversationData` ConversationDataSchema, nullable, required
      - `goal` string, required
      - `questions` object[], required
        - `question` string, required
        - `answer` string, required
      - `generatedPrompts` object
        - `systemPrompt` string, required
        - `userInstructions` string, required
    - `datasetName` string, nullable, required

## Other responses

- `400` — bad request
- `401` — unauthenticated
- `403` — unauthorized
- `404` — not found
- `409` — conflict
- `500` — internal server error

---

[API](https://skmtc.net/premai-io/apis/prem-studio-api.md) · [All operations](https://skmtc.net/premai-io/apis/prem-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/premai-io/prem-studio-api/revisions/2cb1f5df1b89/schema)
