# Download Batch Enrichment Results

Download the final enriched dataset after processing is complete.

Requirements
- Batch must be in finished status
- Results file must have been generated

Output formats
- CSV (default) — omit format or pass ?format=csv
- JSON — pass ?format=json to receive a JSON array where each object has:
&nbsp;&nbsp;- input_value — the original input (handle or email)
&nbsp;&nbsp;- status — enrichment status for that record
&nbsp;&nbsp;- enrichment_data — the enriched creator data

Error Responses
- 400 Bad Request — batch not completed yet or no results file available
- 404 Not Found — invalid batch ID or batch does not belong to client

Credits
- 0 credits (download only)

Endpoint: GET /public/v1/enrichment/batch/{batch_id}/
Version: 1.0.0
Security: Bearer

## Path parameters:

  - `batch_id` (string, required)
    Unique batch identifier returned when creating the enrichment batch

## Query parameters:

  - `format` (string)
    Output format. Omit or pass csv (default) to receive a CSV file. Pass json to receive a JSON array of objects with input_value, status, and enrichment_data fields.
    Enum: "csv", "json"


## Response 400 fields

## Response 401 fields

## Response 422 fields
