---
title: "Execute a simulation suite"
method: POST
path: "/simulation_suites/{suite_id}/execute"
---

# Execute a simulation suite

`POST /simulation_suites/{suite_id}/execute`

Execute all test cases in a suite. The suite runs on the agent it was created for (determined by the suite's model_id).

## Path parameters

- `suite_id` string, required

## Query parameters

- `target_agent_id` string, required
- `max_turns` integer

## Headers

- `Authorization` string, required

## Response `200`

200

- ExecuteSimulationSuiteResponse200
  - `session_id` string, uuid
  - `suite_id` string, uuid
  - `suite_name` string
  - `total_cases` integer
  - `status` string

## Other responses

- `400` — 400
- `404` — 404

---

[API](https://skmtc.dev/synthflow/apis/platform-api.md) · [All operations](https://skmtc.dev/synthflow/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/synthflow/platform-api/revisions/6976456ad422/schema)
