---
title: "Get Agent Activity"
method: GET
path: "/conversations/{conversation_id}/agent-activity"
tags: ["conversations"]
---

# Get Agent Activity

`GET /conversations/{conversation_id}/agent-activity`

Return agent activity timeline events for a conversation.

## Path parameters

- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- AgentActivityResponse — Response model for agent activity timeline.
  - `events` AgentActivityEventResponse[], required
    - `id` string, uuid, required
    - `event_type` string, required
    - `actor_name` string, nullable
    - `metadata` object
    - `created_at` string, date-time, required
    - `screenshot_url` string, nullable
    - `screenshot_url_expires_at` string, date-time, nullable
  - `total_count` integer, required
  - `has_more` boolean

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/2aac272a57fd/schema)
