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>"
}
Get details of a failed document by datasource ID and document ID.
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>"
}
The unique ID for the datasource that produced the failed document.
The unique ID for the failed document.
OK
The response is of type object
.
Was this page helpful?