v4

latestOpenAPI 3.0.1Apache 2.02026-07-312457525.9 MB
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

urlstring

API endpoint to GET this object

html_urlstring

Web URL to view this object in Buddy.works

Example response

{
  "artifacts": [
    {
      "type": "CONTAINER",
      "name": "My Application Artifact",
      "identifier": "my-app-artifact",
      "scope": "WORKSPACE",
      "size": 1048576000
    }
  ]
}