Returns test cases from the test_cases_v2 table, keyed by Playwright test ID. Supports filtering by file path, Playwright project, tags, and full-text search.
API key from the Empirical dashboard.
The project ID.
Text search across test name, file path, and suites.
Filter by file path (prefix match).
Filter by Playwright project name (e.g. "chromium").
Comma-separated list of tags to filter by.
Filter by the commit SHA where the test was first seen.
Filter by the commit SHA where the test was last seen.
When true (default), returns only active tests. Set to false to include all tests.
Items per page (default 100).
Page number (1-indexed, default 1).