Get a test case
Test Cases
Get a test case
Retrieves a single test case by its Playwright test ID. Access is derived from the test case’s project, returning 403 when the caller cannot access it.
GET
Get a test case
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Playwright test ID (pw_test_id), the 41-character hash identifying the test case.
Minimum string length:
1Response
The test case.
Response payload.