Skip to main content
GET
/
batch-import
/
user-event-jobs
/
{jobId}
/
failures.csv
Download user-event batch failures
curl --request GET \
  --url http://api.gu1.ai/batch-import/user-event-jobs/{jobId}/failures.csv \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

GET https://api.gu1.ai/batch-import/user-event-jobs/{jobId}/failures.csv

Overview

Returns text/csv or 404.

Path parameters

ParameterDescription
jobIdUser-event batch job id

Authentication

Authorization: Bearer YOUR_API_KEY
See also: Bulk imports overview.