Retrieve processing results for a file collection. Returns results from all configured workflow nodes (parse, extraction, classification, etc.) in a flat dictionary keyed by node category.
The collection_id in the URL is the id returned by POST /v2/workflows/{workflow_id}/files/ or POST /v2/workflows/{workflow_id}/run/.
The endpoint returns:
412 Precondition Failed while processing is in progress
200 OK with results when processing is complete
Prefer webhooks over polling for production integrations. Webhooks deliver results immediately without consuming your rate limit.