cURL
curl --request GET \ --url https://{FUSION HOST}/async-parsing/failed-datasource/{datasourceId}
[ { "id": "<string>", "datasourceId": "<string>", "documentId": "<string>", "jobRunId": "<string>", "collectionId": "<string>", "pipelineId": "<string>", "connectorType": "<string>", "failures": 123, "contentType": "<string>", "metadata": {}, "requestHeaders": {}, "optionalContentType": "<string>" } ]
Returns a list of failed documents for a given datasource ID
The unique ID for the datasource that produced the failed document.
OK
Show child attributes
Was this page helpful?