GET
/
async-parsing
/
failed-datasource
/
{datasourceId}
/
id
/
{id}
/
download
Get a failed document
curl --request GET \
  --url https://{FUSION HOST}/async-parsing/failed-datasource/{datasourceId}/id/{id}/download
[
  {}
]

Path Parameters

datasourceId
string
required

The unique ID for the datasource that produced the failed document.

id
string
required

The unique ID for the failed document.

Response

200 - application/json

OK

The response is of type object[].