Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \ --url "${UNSTRUCTURED_API_URL}/api/v1/jobs/b2c3d4e5-6f7a-8b9c-0d1e-2f3a4b5c6d7e/failed-files" \ --header "unstructured-api-key: ${UNSTRUCTURED_API_KEY}"
{ "failed_files": [ { "document": "s3://my-bucket/input/corrupted-file.pdf", "error": "Failed to parse document: unexpected end of file" } ] }
Retrieve the list of any failed files for a specific job, and why those files failed.
document
error
Was this page helpful?