Get debugging context for a run, suite, or test case
Returns debugging context at run, suite, or test level.
Pass runId, suiteId + runId, or caseId (+ optional runId).
Use format=md for Markdown output.
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.
Query Parameters
Run ID. Required for run level and required with suiteId.
Suite ID. Requires runId.
Test case ID. runId is optional.
Zero-indexed attempt number (test level only).
x >= 0Response format: json (default) or md.
json, md Payload size mode: default, summary, or compact.
default, compact, summary Pagination (run + suite levels only).
x >= 1Pagination size for run/suite levels.
1 <= x <= 50Maximum Markdown length when format=md.
1 <= x <= 50000