v4
latestSwagger 2.02026-08-0343714211.7 MBremote_mount_backends
Remote Mount Backends
List Remote Mount Backends
List Remote Mount Backends
get/remote_mount_backends
Query parameters
cursorstring
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.
per_pageinteger
Number of records to show per page. (Max: 10000, 1,000 or less is recommended).
If set, return records where the specified field is equal to the supplied value. Valid fields are remote_server_mount_id.
Response
A list of RemoteMountBackends objects.
Example response
[
{
"canary_file_path": "backend1.txt",
"enabled": true,
"fall": 1,
"health_check_enabled": true,
"health_check_results": [
{
"timestamp": "2025-09-19T12:32:52+00:00",
"status": "healthy",
"canary_timestamp": "2025-09-19T12:32:52+00:00"
},
{
"status": "failed",
"reason": "Unable to connect",
"timestamp": "2025-09-19T12:32:52+00:00"
}
],
"health_check_type": "active",
"id": 1,
"interval": 60,
"min_free_cpu": "1.0",
"min_free_mem": "1.0",
"priority": 1,
"remote_path": "/path/on/remote",
"remote_server_id": 1,
"remote_server_mount_id": 1,
"rise": 1,
"status": "healthy"
}
]