Skip to main content
GET
/
api
/
v2
/
workspaces
/
{workspaceId}
/
editors
/
{variantId}
/
files
List variant files
curl --request GET \
  --url https://api.landerlab.dev/api/v2/workspaces/{workspaceId}/editors/{variantId}/files \
  --header 'X-API-Key: <api-key>'
{
  "files": [
    "<string>"
  ]
}

Authorizations

X-API-Key
string
header
required

API key with ll_live_ prefix

Path Parameters

variantId
integer
required

Response

List of file paths

files
string[]
required