---
title: "Get Projects"
method: GET
path: "/tailored-gen/projects"
tags: ["Project"]
---

# Get Projects

`GET /tailored-gen/projects`

Retrieve all projects within the organization. If there are no projects, returns an empty array.

## Headers

- `api_token` string, required

## Response `200`

Successfully retrieved projects

- object[]
  - `id` integer
  - `project_name` string
  - `project_description` string
  - `ip_name` string
  - `ip_description` string
  - `ip_medium` 'photography' | 'illustration'
  - `ip_type` 'multi_object_set' | 'object_variants' | 'icons' | 'defined_character' | 'character_variants' | 'stylized_scene' | 'other'
  - `status` 'active'
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Request limit exceeded.
- `500` — Internal server error

---

[API](https://skmtc.net/bria-ai/apis/tailored-generation-api-reference.md) · [All operations](https://skmtc.net/bria-ai/apis/tailored-generation-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bria-ai/tailored-generation-api-reference/revisions/806c6d31631b/schema)
