Python
import requests url = "https://{FUSION HOST}/async-parsing/failed-datasource/{datasourceId}" response = requests.get(url) print(response.json())
[ { "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?