Actions
List User Documents
List user documents given the provided search terms and filters.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Query | Filter documents by name. |
| Type | Filter documents by their type. |
| User ID | The unique identifier of the user whose documents to list. |
| Parameter | Description |
|---|---|
| Limit | How many items are your requesting. |
| Next Page | The next page Uri. |
| Page | Which page of data are you requesting. |
{
"documents": [
{
"createdAt": "2020-07-06 12:00:00.000000",
"fileUrl": "http://localhost:5000/download/documents/1",
"id": 1,
"name": "Security Training",
"type": "SEC_TRAINING",
"updatedAt": "2020-07-06 12:00:00.000000"
}
]
}
Was this page helpful?