Execute existing data tests for a project
Use this endpoint to run data tests. Column tests, table tests, and project tests can be run together in a single API call. Model tests must be run in a separate API call and cannot be mixed with other test types.Documentation Index
Fetch the complete documentation index at: https://docs.prophecy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prophecy orchestration authentication token
Unique identifier of the data fabric where the project resides. You can find the ID in the URL of the fabric metadata page.
Unique identifier of the project. You can find this string in the URL of the project editor or metadata page.
Specific branch of the project to use. If omitted, the API uses the current working branch — typically the dev branch for projects using the Simple Git Storage Model.
Specific version of the project. If omitted, the API uses the latest published version of the project.
Array of test configurations. Can include column tests, table tests, and project tests together. Model tests cannot be included here.