Python
import requests url = "https://{FUSION HOST}/async-parsing/failed-datasource/{datasourceId}/id/{id}/download" response = requests.get(url) print(response.text)
[ {} ]
Download a failed document by datasource ID and document ID.
The unique ID for the datasource that produced the failed document.
The unique ID for the failed document.
OK
Was this page helpful?