Skip to main content
GET
Get execution history for a test case by title

Authorizations

Authorization
string
header
required

User PAT (td_pat_) scoped to the target project

Path Parameters

projectId
string
required

The project identifier (e.g. project_abc123). Must match the project associated with your PAT.

Query Parameters

title
string
required

The test case title as shown in the UI (e.g. should display login form). URL-encode if it contains special characters. If multiple tests share the same title, the most recently executed one is used — inspect data.testCase.fullTitle in the response to see which was resolved.

limit
integer
default:20

Number of history entries to return (1–100, default 20). Upstream fetch limit may snap to 50, 100, 200, or 500 before client-side pagination.

Required range: 1 <= x <= 100
offset
integer
default:0

Number of entries to skip (for pagination). Default 0.

Required range: x >= 0

Response

Execution history with summary and breakdown metrics

success
boolean
data
object