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

# 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.net/synthflow/apis/platform-api.md) · [All operations](https://skmtc.net/synthflow/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synthflow/platform-api/versions/decb652b52e0/schema)
