---
title: "Get Expert Activity"
method: GET
path: "/api/experts/{expert_id}/activity"
tags: ["v2", "experts", "experts", "private"]
---

# Get Expert Activity

`GET /api/experts/{expert_id}/activity`

Daily chat-session and run counts for the expert's activity graph.

## Path parameters

- `expert_id` string, required

## Response `200`

Successful Response

- ExpertActivity — Daily chat-session and run counts behind the at-a-glance activity graph. ``days`` is zero-filled, oldest first, and ends on the owner's today.
  - `timezone` string, required
  - `days` ExpertActivityDay[], required
    - `day` string, date, required
    - `sessions` integer, required
    - `runs` integer, required

## Other responses

- `401` — Authentication required
- `404` — Expert not found
- `422` — Validation Error

## Changes

- **2026-09-07** `d3946c727d24` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/experts/:expert_id/activity/get.md)

---

[API](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/revisions/f6cf1d85a2cd?raw)
