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

# Get Agent Activity Screenshot Url

`GET /conversations/{conversation_id}/agent-activity/{event_id}/screenshot-url`

Return a short-lived presigned URL for an agent activity event's screenshot.

The screenshot lives in a private S3 bucket because it can contain
customer PII (names, addresses, dollar amounts). This endpoint enforces
the same conversation-level access control as the activity feed itself
and signs a 1-hour URL the browser can render directly.

## Path parameters

- `conversation_id` string, uuid, required
- `event_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## 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.dev/noso/apis/crucible-backend-api/revisions/8eb1d6b3ce25?raw)
