Built In reports
API token passed as Authorization: Bearer <token>.
The token must have the entityQuery scope enabled.
Tokens can be provisioned at https://app.swarmia.com/settings/api-tokens.
Response format.
jsonPossible values: Report revision to serve. Use latest to request the highest
supported revision for this report. The served revision is echoed
in the X-Swarmia-Report-Revision response header.
The deprecated version query parameter is accepted as an alias.
1Start of the reporting period (inclusive).
2026-01-01End of the reporting period (inclusive).
2026-02-01IANA timezone used to interpret the date-only timeframe.start
and timeframe.end values and for time bucketing. Defaults to UTC.
UTCExample: America/New_YorkComma-separated team UUIDs. Only these teams are included.
Use either this or parentTeamId, not both. Omit both to
return all teams.
4d9361ab-3217-4690-957e-ca69abe9ca07,972cedde-3104-454a-a048-f27f43539442Comma-separated parent-team UUIDs. Returns children of these
teams. Use the literal value null (or an empty value) to
select only top-level teams (teams with no parent).
Use either this or teamId, not both. Omit both to return
all teams.
nullWhen true (default), only count team members who opened at
least one PR during the time period. When false, count all
team members.
trueComma-separated list of AI assistants to include. Omit to include all.
GithubCopilot,Cursor,ClaudeCodeSuccessful response.
Invalid or unknown parameters.
Missing or invalid API token.
Last updated
Was this helpful?