GET
/
async-parsing
/
failed-datasource
/
{datasourceId}
/
id
/
{id}
Get failed document details
curl --request GET \
  --url https://{FUSION HOST}/async-parsing/failed-datasource/{datasourceId}/id/{id}
{
  "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.

id
string
required

The unique ID for the failed document.

Response

200 - application/json

OK

The response is of type object.