v4
latestSwagger 2.02026-08-0343714211.7 MBList Remote Server Credentials
List Remote Server Credentials
Query parameters
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 workspace_id and id.
If set, return records where the specified field is equal to the supplied value. Valid fields are workspace_id and name. Valid field combinations are [ workspace_id, name ].
If set, return records where the specified field is prefixed by the supplied value. Valid fields are name.
Response
A list of RemoteServerCredentials objects.
Example response
[
{
"id": 1,
"name": "My Credential",
"description": "More information or notes about this credential.",
"server_type": "s3",
"aws_access_key": "example",
"s3_assume_role_arn": "example",
"s3_assume_role_duration_seconds": 1,
"s3_assume_role_external_id": "example",
"google_cloud_storage_s3_compatible_access_key": "example",
"wasabi_access_key": "example",
"s3_compatible_access_key": "example",
"filebase_access_key": "example",
"cloudflare_access_key": "example",
"linode_access_key": "example",
"sharepoint_tenant_id": "00000000-0000-0000-0000-000000000000",
"sharepoint_client_id": "00000000-0000-0000-0000-000000000000",
"sharepoint_app_credential_type": "secret",
"username": "user"
}
]