Run Test Scenario
Agent Testing
Run Test Scenario
Execute a single test scenario. Returns immediately with a run ID while the test executes asynchronously.
POST
Run Test Scenario
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Your API key for authentication.
Path Parameters
The scenario ID to run.
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.This endpoint is rate limited per organization. If you need to run multiple scenarios at once, consider using the Batch Run endpoint instead.
Docs for agents: llms.txt