Retrieves all documents in a folder
cURL
curl --request GET \ --url http://localhost:3000/v1/folders/{id}/documents \ --header 'Authorization: <api-key>'
{ "documents": [ { "id": "<string>", "title": "<string>", "content": "<string>", "folderId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
API Key (sk...)
Folder ID
List of documents in the folder
Show child attributes
Was this page helpful?