Skip to main content
GET
List documents in a project folder. Omit parentId for My Files.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Replo-Api-Version
enum<string>
required

The public API version to use for this request.

Available options:
2026-08-21

Query Parameters

projectId
string<uuid>
required
parentId
string<uuid>
kind
enum<string>
Available options:
file,
folder
limit
integer
Required range: x <= 100
cursor
string
Required string length: 1 - 2048

Response

List documents in a project folder. Omit parentId for My Files.

object
enum<string>
required
Available options:
list
data
object[]
required
has_more
boolean
required
next_cursor
string | null
required