/api/v1/projects/{projectId}/document-foldersAsk AIget http://localhost:8000/api/v1/projects/{projectId}/document-foldersThis can be used to list all project document folders in a paginated response.Path ParamsprojectIdstringrequiredQuery Paramsorder_directionstringenumDefaults to ascOrder direction of the order_by field. It can be asc or desc.ascascdescAllowed:ascdescafterstringThe last element from the previous page. This is a cursor. It will be returned in the output to be used in the next request. When it is not present, the first page is returned. When it is null, there are no more pages.limitnumber1 to 1000Defaults to 200How many items should be in the output.parent_folder_idstringThe unique identifier of the document folder's parent folder ID.include_sub_foldersbooleanWhether the response should include all sub-folders or not.truetruefalseorder_bystringDefaults to created_atThe field to order the document folders by.querystringCan be used to search for a document folder by a partial match on its name.folder_idsarray of stringsCan be used to filter the results to a list of document folders IDs.folder_idsADD stringHeadersRequest-IdstringThe HTTP Request-Id request header is an optional and unofficial HTTP header, used to trace individual HTTP requests from the client to the server and back again. It allows the client and server to correlate each HTTP request. If not provided by the client, the server should generate a unique request ID and include it in the response.Responses 200The project document folders have been successfully retrieved. 400Bad request, Invalid input 401Unauthorized 403Forbidden 404Object not found 409Conflict 500Internal server errorUpdated about 2 months ago