Skip to main content
GET
Get Result

Authentication & Scope

Requires the sessions-read ability.

Request

Path Parameters

Response

200 OK – Result with extracted data and audit trail.

Response Structure

The audit_data is only populated when reasoning_enabled: true in the template config.
404 Not Found – Result does not exist or you don’t have access.

Authorizations

Authorization
string
header
required

Personal Access Token created from the Raydocs dashboard. Include in the Authorization header: Bearer <your_token> See API Keys for token creation and management.

Path Parameters

resultId
string<uuid>
required

Response

Successful

id
string<uuid>
read-only
extraction_session_id
string<uuid>
status
enum<string>
Available options:
created,
parsing_pending,
processing,
completed,
failed
config_hash
string | null
document_refs
object[]
data
object

Extracted data matching the template schema

audit_data
object

Verification/reasoning traces and run audit payload

created_at
string<date-time>
read-only
updated_at
string<date-time>
read-only