---
title: "Export an Engagement binder"
method: POST
path: "/v1/engagements/{uuid}/export"
tags: ["engagements"]
---

# Export an Engagement binder

`POST /v1/engagements/{uuid}/export`

Begins a long-running process that will generate an Engagement binder as a zip file.

Use the Job ID that this endpoint returns with the appropriate [jobs endpoint](#/jobs/get_job_v1) to check its status and get its result.

## Path parameters

- `uuid` string, uuid, required

## Response `202`

The Job UUID for the Engagement binder export

- object
  - `data` JobSubmittedRead, required
    - `uuid` string, uuid, required — The UUID of the job that was submitted
    - `_links` JobSubmittedReadLinks, required
      - `status` HalLink, required
        - `href` string, uri, required
        - `title` string — A human-readable title for the link
        - `type` string, required — The content-type

## 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)
