cURL
curl --request GET \ --url https://api.fieldwise.ai/api/v1/extractions/results/internal/{result_id} \ --header 'X-API-Key: <api-key>'
{ "data": { "created_at": "2024-03-21T12:00:00Z", "extraction_document_id": 1, "extraction_id": 1, "id": 1, "results": [ { "extracted_field": "value" } ], "task_identifier": "RunExtraction:123e4567-e89b-12d3-a456-426614174000" } }
Retrieve an extraction result by its ID.
Successful Response
The response is of type object.
object