---
title: "Fetch a generated Engagement binder report"
method: GET
path: "/v1/engagements/exports/{uuid}"
tags: ["engagements"]
---

# Fetch a generated Engagement binder report

`GET /v1/engagements/exports/{uuid}`

Returns the download URL and metadata for a completed Engagement binder export. Call this once the export Job returned by the export endpoint has finished.

## Path parameters

- `uuid` string, uuid, required

## Response `200`

The exported Engagement binder file metadata and download URL

- object
  - `data` EngagementExportRead, required
    - `name` string, required
    - `size` number, required
    - `mime_type` string, required
    - `url` string, uri, nullable, required
    - `url_expiration` string, date-time, nullable, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden (requires scopes `engagements:read`)
- `404` — Resource not found
- `429` — Too many requests

---

[API](https://skmtc.net/fieldguide/apis/fieldguide-api.md) · [All operations](https://skmtc.net/fieldguide/apis/fieldguide-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldguide/fieldguide-api/revisions/6f6009a58cdd/schema)
