Trigger a new run for a specific test. Returns immediately with a queued run object. Poll GET /test-runs/{runId} until the status becomes passed or failed.
The test must have a completed validation before it can be executed. Paused tests are allowed.
API key authentication. Use your Decipher API key as the bearer token.
The ID of the test to run
"456"
Run created and queued for execution
testRun 12345
456
Decipher dashboard link for the test
"https://app.getdecipher.com/tests/456"
Decipher dashboard link for this run
"https://app.getdecipher.com/tests/456/runs/12345"
The run is queued for execution. Poll GET /test-runs/:runId until status becomes passed or failed.
queued ISO timestamp when the run was created
"2026-02-16T05:00:00.000Z"