cURL
curl --request GET \ --url https://platform.unstructuredapp.io/api/v1/jobs/{job_id}/failed-files \ --header 'Authorization: Bearer <token>'
{ "failed_files": [ { "document": "<string>", "error": "<string>" } ] }
Retrieve failed files for a specific job by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
Was this page helpful?