Skip to main content
GET
List directory documents

Authorizations

Authorization
string
header
required

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

Path Parameters

directoryId
string<uuid>
required

Directory UUID

Query Parameters

limit
number<int>

Number of documents per page

page
number<int>

Request a specific page

Response

200 - application/json

List documents

id
string<uuid>
name
string
Example:

"employee_document.jpg"

createdBy
object
createdAt
string<date>
Example:

"2025-01-10T09:06:05+00:00"

updatedAt
string<date>
Example:

"2025-02-21T09:06:05+00:00"

fileType
string
Example:

"image/jpeg"

fileSize
number<int>
Example:

874673