Multi FileFeed Imports
Get Multi FileFeed import errors
Returns all errors for a completed Multi FileFeed import as a unified, node-centric payload. Each errored node in the workflow is represented as an entry in node_errors with per-list error details and presigned CSV download URLs.
For v1 flowgraphs (import node), errors are synthesized from the flowgraph run's validation_result. For v2 flowgraphs (validate-against-template node), errors come directly from the node run's details.
get/v0/multi-file-feeds/{multi_file_feed_id}/imports/{multi_file_feed_import_id}/errors
Path parameters
multi_file_feed_idinteger required
ID of the Multi FileFeed
multi_file_feed_import_idinteger required
ID of the Multi FileFeed import
Response
Successful response
Example response
{
"node_errors": [
{
"node_type": "validate-against-template"
}
]
}