cURL
curl --request GET \ --url https://platform.unstructuredapp.io/api/v1/jobs/{job_id}/failed-files
{ "failed_files": [ { "document": "<string>", "error": "<string>" } ] }
Retrieve failed files for a specific job by its ID.
Successful Response
The response is of type object.
object
Was this page helpful?