For the complete documentation index, see llms.txt. This page is also available as Markdown.

User Activity

Get the current user's activity single pane

get

Aggregates the authenticated user's recent activity for one or more registered projects (each repositoryIdentifier must be a registered project; unregistered repos are rejected with 400): - Open PRs, plus recently merged / closed / in-review PRs (from the review-status cache) - Review environments attached to those PRs - Build status of recently merged PRs (from the builds-v2 cache) - Dev sandboxes currently held by the user (across all pools)

    Identity is resolved from linked git provider identities (DR 018). When none is linked, pass
    githubUsername / adoUsername, otherwise the PR sections return empty with a hint. All reads are
    served from cache and never trigger a cold rebuild.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
githubUsernamestringOptional

GitHub username override

Example: azlam-abdulsalam
adoUsernamestringOptional

Azure DevOps username override

Responses
200

Activity retrieved successfully

application/json
generatedAtstringRequired

When this snapshot was generated (ISO 8601)

Example: 2026-06-06T12:00:00.000Z
get/sfp/api/users/me/activity

Last updated

Was this helpful?