Skip to main content
GET
/
v1
/
run-test-case
/
{shortId}
/
history
Get test case history
curl --request GET \
  --url https://api.qa.tech/v1/run-test-case/{shortId}/history \
  --header 'Authorization: Bearer <token>'
{
  "projectTestCaseId": "<string>",
  "name": "<string>",
  "total": 123,
  "limit": 123,
  "history": [
    {
      "runTestCaseShortId": "<string>",
      "runShortId": "<string>",
      "status": "<string>",
      "result": "<string>",
      "errorCode": "<string>",
      "startedAt": "<string>",
      "completedAt": "<string>",
      "durationMs": 123,
      "url": "<string>"
    }
  ]
}

Path Parameters

shortId
string
required

Query Parameters

query
object
required

Response

200 - application/json

The request has succeeded.

Recent pass/fail history for a single test case across its most recent runs.

projectTestCaseId
string
required

Stable project test case ID these executions belong to.

name
string
required
total
integer<int32>
required
limit
integer<int32>
required
history
object[]
required