Get extraction result
GET/org/:organizationId/extraction/:extractionId
Retrieves the result of a content extraction job. Returns ready:false if the extraction is still processing, or ready:true with the extracted data when complete. Poll this endpoint until ready:true.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Extraction result - can be processing (ready: false), successful (ready: true, success: true), or failed (ready: true, success: false)
Invalid request
Unauthorized
Forbidden
Not found
Internal server error