Appearance
List Documents
List document metadata for the target path. Requires the DOCUMENTS feature flag and ADMIN or MANAGE_DOCUMENTS permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
limit | number | Maximum number of results to retrieve |
offset | number | Offset from the first index in the collection |
Return Value
json
{
"statusCode": 200,
"message": "search completed",
"data": [DocumentMeta, DocumentMeta, ...]
}Examples
bash
curl "https://app.wombat.software/api/{targetPath}/documents?limit=20" \
-H "Authentication: Bearer ..."ENDPOINTS
get
/api/{targetPath}/documents