v4
latestSwagger 2.02026-08-0343714211.7 MBList history for specific folder.
List history for specific folder.
Path parameters
Path to operate on.
Query parameters
Leave blank or set to a date/time to filter earlier entries.
Leave blank or set to a date/time to filter later entries.
Display format. Leave blank or set to full or parent.
Used for pagination. When a list request has more records available, cursors are provided in the response headers X-Files-Cursor-Next and X-Files-Cursor-Prev. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
Number of records to show per page. (Max: 10000, 1,000 or less is recommended).
If set, sort records by the specified field in either asc or desc direction. Valid fields are created_at.
Response
A list of History objects.
Example response
[
{
"id": 1,
"path": "path",
"when": "2000-01-01T01:00:00Z",
"destination": "/to_path",
"display": "Actual text of the action here.",
"ip": "192.283.128.182",
"source": "/from_path",
"targets": {},
"user_id": 1,
"username": "user",
"action": "create",
"failure_type": "none",
"interface": "web"
}
]