HomeGuidesAPI Reference
CommunityWebsiteDocumentationExchangeSupportDeveloper
API Reference

List Deployment Files

This endpoint returns a list of files for a specific deployment version. This only applies to deploy type file. Files are sorted alphabetically, with directories appearing at the beginning of the list.

The filepath parameter can be specified to search for specific files or directories. To list files under a directory, use a trailing / in the filepath parameter. To list a specific file, provide it's full path.

Path Params
int64
required

Deployment ID

int64
required

Morpheus ID of the Object being referenced

string
required
Defaults to /

The path to to search for files under. Default is the root directory /.

Query Params
int64
Defaults to 25

Maximum number of records to return

int64
Defaults to 0

Offset records, the number of records to skip, for paginating requests

string

Search phrase for partial matches on name or description

int64

Filter by version number (userVersion)

Responses

Language
Credentials
Bearer
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json