---
title: "Get Batch Report"
method: GET
path: "/api/v1/data-collection/batches/{batch_id}/report/"
tags: ["aiTaskBuilder"]
---

# Get Batch Report

`GET /api/v1/data-collection/batches/{batch_id}/report/`

Get a presigned URL to download the batch responses as a CSV report. The CSV contains your original dataset with additional columns for participant responses.

## Path parameters

- `batch_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- AITaskBuilderGetTaskBuilderBatchReportResponse200
  - `url` string — Presigned URL to download the CSV report
  - `expires_at` string, date-time — When the presigned URL expires
  - `http_method` 'GET' — HTTP method to use with the presigned URL

## Other responses

- `400` — Error

---

[API](https://skmtc.dev/prolific/apis/api-reference.md) · [All operations](https://skmtc.dev/prolific/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prolific/api-reference/revisions/578f400cea53/schema)
