Get latest test case details
Returns the latest detailed execution payload for a single automated test case.
caseId is the Playwright pw_test_id. The downstream resolves it to the latest
matching run, optionally scoped by either branch or environment, and returns
per-attempt errors, attachments, logs, and recursive steps.
branch and environment are mutually exclusive. If both are supplied, Data Handler
returns a validation error.
Authorizations
User PAT (td_pat_) scoped to the target project
Path Parameters
The project identifier (e.g. project_abc123). Must match the project associated with your PAT.
The Playwright test identifier / pw_test_id (e.g. 8dfe...-a2e2...).
Query Parameters
Resolve the latest execution of this test on a specific git branch.
Resolve the latest execution of this test in a configured environment. Mutually exclusive with branch.