Skip to main content
GET
Get project insights
Replace {your-subdomain} with your workspace’s subdomain.
Learn how to find your subdomain in Workspace subdomain.

Headers

X-Api-Key
string
required

Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.

Accept
enum<string>
default:application/json
required

Specifies the expected response format. Must be set to application/json for proper API communication.

Available options:
application/json

Path Parameters

project_id
string
required

Id of the project. You can get project_id by listing your projects using the List projects API.

Example:

"pdqmxlz"

Query Parameters

start_date
string<date>

Start of the range as an ISO date. Defaults to 29 days before the end date. Must fall within the most recent 3 months.

Example:

"2026-07-15"

end_date
string<date>

End of the range as an ISO date. Defaults to today. A date in the future is clamped to today.

Example:

"2026-08-13"

branch
string

Count only runs on this branch.

Example:

"main"

author
string

Count only runs by this author.

Example:

"Oliver Smith"

tags
string[]

Count only runs carrying every listed tag. Accepts a comma-separated list.

Example:
timezone
string

IANA timezone used to bucket days and resolve the date defaults. Defaults to Etc/UTC.

Example:

"America/New_York"

Response

OK - Request succeeded. The response reports the effective start_date and end_date after clamping.

start_date
string<date>

Effective start of the range after clamping, in the requested timezone.

Example:

"2026-07-15"

end_date
string<date>

Effective end of the range after clamping, in the requested timezone.

Example:

"2026-08-13"

timezone
string

IANA timezone the day buckets and dates are expressed in.

Example:

"Etc/UTC"

runs
object
tests
object