Skip to main content
GET
List a directory
List the contents of a sandbox directory.

Endpoint

Example Request

Response

Tensorlake returns 200 OK:
Entries are sorted with directories first and then alphabetically. If the path is not a directory, Tensorlake returns 400 Bad Request. Missing paths return 404 Not Found.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

path
string
required

Absolute or relative directory path inside the sandbox.

Response

Directory listing

path
string
required
entries
object[]
required