List all test runs in the given project.

🚧

Testing APIs are currently under Public Preview

To add your project to the Public Preview, contact your customer success manager, or contact the Voiceflow team via the discord channel.

Example Response

The surface level information for your test runs will be returned. For a detailed view of a given test run, check the Get Test Run Endpoint.

{
  "data": [
    {
      "id": "testRunID1",
      "testSpecID": "testSpecID",
      "status": "SUCCESS"
    },
    {
      "id": "testRunID2",
      "testSpecID": "testSpecID",
      "status": "PENDING"
    },
    {
      "id": "testRunID3",
      "testSpecID": "testSpecID",
      "status": "ERROR"
    },
  ]
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!