TestRail · Open Collection

TestRail API (v2)

TestRail test case management / QA API v2. Per-instance host (TestRail Cloud https://{instance}.testrail.io or self-hosted Server). Every call is routed through index.php, so the base is https://{instance}.testrail.io/index.php?/api/v2 and a method looks like get_run/1 appended to it. HTTP Basic auth: username is your TestRail email, password is your password or an API key.

30
Requests
10
Folders
2.0
Version
View on GitHub Raw JSON Test RunsTest ManagementQATest CasesTest ResultsTest PlansTestingTest AutomationOpen Collection

Overview

TestRail API (v2) is a Open Collection published by TestRail on the APIs.io network, version 2.0.

TestRail test case management / QA API v2. Per-instance host (TestRail Cloud https://{instance}.testrail.io or self-hosted Server). Every call is routed through index.php, so the base is https://{instance}.testrail.io/index.php?/api/v2 and a method looks like get_run/1 appended to it. HTTP Basic auth: username is your TestRail email, password is your password or an API key.

The collection contains 30 requests organised into 10 folders.

Tagged areas include Test Runs, Test Management, QA, Test Cases, and Test Results.

Requests & Folders

Runs
Results
Cases
Tests
Plans
Projects
Suites & Sections
Milestones
Configurations
Users

Related API Specs

TestRail Cases API (OpenAPI) TestRail Configurations API (OpenAPI) TestRail Milestones API (OpenAPI) TestRail Plans API (OpenAPI) TestRail Projects API (OpenAPI) TestRail Results API (OpenAPI) TestRail Runs API (OpenAPI) TestRail Sections API (OpenAPI) TestRail Suites API (OpenAPI) TestRail Tests API (OpenAPI) TestRail Users API (OpenAPI)
Back to TestRail · All Collections · GitHub