GET
/
async-parsing
/
failed-datasource
/
{datasourceId}
List all failed documents
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>"
  }
]

Path Parameters

datasourceId
string
required

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

Response

200 - application/json

OK

The response is of type object[].