Artifact API
Get artifacts list
get/workspaces/{workspace_domain}/artifacts
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
Query parameters
project_namestring
Example:my-project
The human-readable ID of the project
environment_idstring
Example:nZrnl40Y
The ID of the environment
Response
List of artifacts retrieved successfully
Example response
{
"artifacts": [
{
"type": "CONTAINER",
"name": "My Application Artifact",
"identifier": "my-app-artifact",
"scope": "WORKSPACE",
"size": 1048576000
}
]
}