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

# 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 — Unique identifier for the project
  - `project_name` string — Name of the project
  - `project_description` string — Description of the project
  - `ip_name` string — Name of the IP
  - `ip_description` string — Description of the IP
  - `ip_medium` 'photography' | 'illustration' — Medium of the IP
  - `ip_type` 'multi_object_set' | 'object_variants' | 'defined_object' | 'icons' | 'defined_character' | 'character_variants' | 'stylized_scene' | 'other' — Type of the IP
  - `status` 'active' — Status of the project
  - `created_at` string, date-time — Timestamp when the project was created
  - `updated_at` string, date-time — Timestamp when the project was last updated

## Other responses

- `401` — Unauthorized
- `429` — Request limit exceeded. Your account has reached its maximum allowed requests. Please upgrade your plan or try again later.
- `500` — Internal server error

---

[API](https://skmtc.net/bria-ai/apis/the-bria-api.md) · [All operations](https://skmtc.net/bria-ai/apis/the-bria-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bria-ai/the-bria-api/versions/2768230345a5/schema)
