Skip to main content
GET
Get Workspace Document
Retrieve a single workspace document.

Authentication & Scope

Requires documents-read.

Response

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

workspaceId
integer
required
documentId
string<uuid>
required

Response

Successful

id
string<uuid>
read-only
workspace_id
integer
filename
string
mime
string
size
integer

File size in bytes

sha256
string
Required string length: 64
status
enum<string>
Available options:
uploaded,
queued,
parsing,
parsed,
processed,
failed
source_type
enum<string>
Available options:
upload,
url,
connector
source_url
string | null
parsings
object[]
created_at
string<date-time>
read-only