Skip to main content
GET
List Workspace Documents
List workspace-scoped documents that can be reused across sessions and runs.

Authentication & Scope

Requires documents-read.

Request

Query Parameters

Response

200 OK

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

Query Parameters

page
integer
default:1
per_page
integer
default:20
Required range: x <= 100
query
string
mime
string
status
string
source_type
enum<string>
Available options:
upload,
url,
connector
sort
enum<string>
Available options:
created_at,
filename,
size,
status
order
enum<string>
Available options:
asc,
desc

Response

Successful

data
object[]
meta
object