# Get Projects Retrieve all projects within the organization. If there are no projects, returns an empty array. Endpoint: GET /tailored-gen/projects ## Header parameters: - `api_token` (string, required) ## Response 200 fields (application/json): - `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` (string) Medium of the IP Enum: "photography", "illustration" - `ip_type` (string) Type of the IP Enum: "multi_object_set", "object_variants", "defined_object", "icons", "defined_character", "character_variants", "stylized_scene", "other" - `status` (string) Status of the project Enum: "active" - `created_at` (string) Timestamp when the project was created - `updated_at` (string) Timestamp when the project was last updated