---
title: "Get Agent Activity Batch"
method: GET
path: "/conversations/agent-activity/batch"
tags: ["conversations"]
---

# Get Agent Activity Batch

`GET /conversations/agent-activity/batch`

Return agent activity timelines for up to 50 conversations in one request.

Access is checked per conversation with the same rules as the single-conversation
endpoint; conversations that fail the check are omitted from the result instead
of failing the whole batch.

## Query parameters

- `conversation_ids` string[], required — Conversation IDs to fetch activity for

## Response `200`

Successful Response

- AgentActivityBatchResponse — Agent activity timelines for a batch of conversations, keyed by conversation ID.
  - `activities` object

## 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/d96feef8e2ef/schema)
