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>"
}
]
Returns a list of failed documents for a given datasource ID
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>"
}
]
The unique ID for the datasource that produced the failed document.
OK
The response is of type object[]
.
Was this page helpful?