Skip to main content
POST
List files in artifact version

Authorizations

Authorization
string
header
required

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

Body

application/json
id
string
required

Identifier of the artifact version to list files for.

path
string | null

Path within the artifact version to list files under.

limit
number | null

Maximum number of files to return.

pageToken
string | null

Token to retrieve the next page of results

Response

200 - application/json

List of files and directories with pagination information

data
FileInfo · object[]
required

List of files and directories in the artifact version.

pagination
TokenPagination · object
required

Pagination information for the response.