Your API key for authentication.
Path Parameters
Body
Pathway version to test. Defaults to the current production version.
Override the scenario’s request_data for this run. Any keys provided here will replace the corresponding keys in the scenario’s default request data.
URL to receive a webhook when the run completes. The webhook payload will include the full run result.
Response
The unique identifier for the test run.
The current status of the run. Will be RUNNING immediately after creation.
{
"run_id": "a3f1b2c4-5d6e-7f8a-9b0c-1d2e3f4a5b6c",
"status": "RUNNING"
}
This endpoint is rate limited per organization. If you need to run multiple scenarios at once, consider using the Batch Run endpoint instead.