Skip to main content
GET
Get team analytics

Authorizations

Authorization
string
header
default:dav_ak_live_your_token
required

Personal access token. The scopes granted at issuance determine both which operations the key may call and the ceiling on the resource permissions it can exercise. Each scope family is a ladder: projects:manage implies projects:write and projects:read; cards:manage implies cards:write and cards:read; and teams:manage implies teams:write and teams:read. These are named API capability bundles, not blanket domain roles: manage exposes only the permissions enumerated for that scope and never bypasses the acting user's current role-based access.

Path Parameters

orgId
string<uuid>
required

Organization id.

teamId
string<uuid>
required

Agile team id.

Query Parameters

type
enum<string>
default:velocity
Available options:
velocity,
cumulative-flow
from
string

ISO 8601 calendar date or date-time accepted for a sprint boundary.

Pattern: ^\d{4}-\d{2}-\d{2}(?:T.*)?$
Examples:

"2026-08-27"

"2026-08-27T09:00:00Z"

to
string

ISO 8601 calendar date or date-time accepted for a sprint boundary.

Pattern: ^\d{4}-\d{2}-\d{2}(?:T.*)?$
Examples:

"2026-08-27"

"2026-08-27T09:00:00Z"

projectIds
string<uuid>[]

Limit cumulative-flow results to these linked projects.

Maximum array length: 50

Response

Requested team chart.

chartType
string
required
Allowed value: "velocity"
unit
string
required
Allowed value: "effort"
sprints
object[]
required
meta
object
required