List Directory Files
$ llamacloud-prod beta:directories:files list
GET/api/v1/beta/directories/{directory_id}/files
List all files within the specified directory with optional filtering and pagination.
Parameters
List Directory Files
llamacloud-prod beta:directories:files list \
--api-key 'My API Key' \
--directory-id directory_id{
"items": [
{
"id": "id",
"directory_id": "directory_id",
"display_name": "x",
"project_id": "project_id",
"unique_id": "x",
"created_at": "2019-12-27T18:11:19.117Z",
"data_source_id": "data_source_id",
"deleted_at": "2019-12-27T18:11:19.117Z",
"file_id": "file_id",
"metadata": {
"foo": "string"
},
"updated_at": "2019-12-27T18:11:19.117Z"
}
],
"next_page_token": "next_page_token",
"total_size": 0
}Returns Examples
{
"items": [
{
"id": "id",
"directory_id": "directory_id",
"display_name": "x",
"project_id": "project_id",
"unique_id": "x",
"created_at": "2019-12-27T18:11:19.117Z",
"data_source_id": "data_source_id",
"deleted_at": "2019-12-27T18:11:19.117Z",
"file_id": "file_id",
"metadata": {
"foo": "string"
},
"updated_at": "2019-12-27T18:11:19.117Z"
}
],
"next_page_token": "next_page_token",
"total_size": 0
}