Rowland LogoRowland
API Reference

Get Document Extractions

Retrieve extracted data for a specific document.

GET
/v0/documents/{document_uuid}/extractions

Path Parameters

document_uuidDocument Uuid

Header Parameters

x-api-key?X-Api-Key

API key optional

Response Body

curl -X GET "https://loading/v0/documents/string/extractions" \
  -H "x-api-key: string"
{
  "document_id": "b792e8ae-2cb4-4209-85b9-32be4c2fcdd6",
  "document_name": "string",
  "extraction_id": "d27ec9ac-2c0d-4813-8730-6046453b0356",
  "consolidated_objects": [
    {}
  ],
  "total_objects_found": 0,
  "review_notes": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "updated_at": "2019-08-24T14:15:22Z"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}