# Get Project by ID Retrieve full project information including project name and description, IP name and description, IP medium (photography/illustration), IP type, status, and timestamps. Endpoint: GET /tailored-gen/projects/{project_id} ## Path parameters: - `project_id` (string, required) Project ID ## 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