---
title: "Get Project Setup Runs Results"
method: POST
path: "/project-setup-results"
tags: ["APIs", "Project Setup"]
---

# Get Project Setup Runs Results

`POST /project-setup-results`

## Request body

- RunIDsRequestPayload
  - `run_ids` integer[], required — An array of unique positive integers, each representing the ID of a specific run. You must provide between 2 and 5 IDs, and all IDs must correspond to the same run type (e.g., all text-to-speech or all dubbing runs).

## Response `200`

Successful Response

- GetCreateProjectSetupResponse[] — An array containing the results of one to five project setup runs. Each item in the array is an object that contains the project details.
  - `run_id` integer — The unique identifier for the run, which was generated during the Project setup process and returned upon task completion.
  - `project_details` RunDetails
    - `project_name` string — This represents the human-readable project identifier you provided when creating the project setup. Think of this as the project's display name that appears throughout CAMB.AI Studio, helping your team quickly identify which content piece they're working with.
    - `project_description` string, nullable — This field contains the detailed project context you provided during setup, serving as documentation that travels with your project throughout its lifecycle. The description becomes particularly valuable when projects move between team members or when you return to work after time has passed.
    - `created_at` string, date-time — This timestamp in UTC timezone marks the exact moment your project setup was initiated, providing crucial information for workflow coordination and project management.
    - `source_language` string
    - `target_languages` LanguageInput[] — Languages to generate output in. Pass locale tags (`es-es`, `fr-fr`, `de-de`). Numeric language IDs still work but are deprecated. [See all target languages](/api-reference/endpoint/get-target-languages).
    - `folder_id` integer, nullable — This optional field indicates the organizational folder where your project resides within your team's workspace structure. Think of this as your project's filing location within CAMB.AI Studio, helping maintain organized project management as your content library grows.
    - `studio_url` string — This field contains the direct URL link to access your project within CAMB.AI Studio's web interface. Once your project setup is complete, this URL serves as the primary entry point for all creative work, allowing you and your team members to navigate directly to the project's workspace where you can review transcripts, adjust timing, refine translations, and manage the dubbing process.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/camb/apis/fastapi.md) · [All operations](https://skmtc.net/camb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/camb/fastapi/versions/40ebeee64850/schema)
