Skip to main content
GET
List the data-model source files for a deployment
Returns the data-model file tree. first/after (from the shared cursor params) paginate the top-level tree nodes only — a single node can carry a large subtree, so this bounds the number of roots returned, not the total file count. Omit first to get the whole tree.

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

deploymentId
integer
required

Query Parameters

withContent
boolean
branchName
string
showLastCLIUpload
boolean
after
string | null
first
integer | null
Required range: x >= 1

Response

200 - application/json
data
object[]
required
deprecated

Deprecated: use items instead. Kept for backward compatibility.

items
object[]
required
pageInfo
object | null