Skip to main content
The TestDino Public API provides read-only REST access to test runs, manual test cases, analytics, and project health data. Use it to pull test data into internal dashboards, build custom reports, or integrate TestDino into your CI/CD tooling.

Base URL

Every endpoint is scoped to a single project, so every request URL includes a {projectId} segment after the base:
Replace {projectId} with the ID of the project you want to query. Your PAT must have access to that project.

What’s covered

API standards

Every endpoint follows the same patterns for authentication, pagination, date filtering, and errors. Read API Standards once and you won’t need to re-read it per endpoint.

Authentication

Bearer PAT, scoped to your projects.

Rate limits

100/min token, 200/min IP.

Response format

Success and error envelope shape.

Errors

Codes, statuses, retry guidance.

Pagination

page / limit iteration.

Date filtering

dateRange or startDate/endDate.