Get Artifacts
- GET
- /workspaces
- /:workspace
- /artifacts
- /:artifact_Id
Get a specific artifact by ID
Request example
CURLcurl -X GET "https://api.buddy.works/workspaces/:workspace/artifacts/:artifact_Id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
EXAMPLE RESPONSE{ "url": "https://api.buddy.works/workspaces/ttests/artifacts/x5169jL2", "html_url": "https://app.buddy.works/ttests/-/artifacts/x5169jL2/versions", "id": "x5169jL2", "name": "Shared Library Artifact", "identifier": "shared-lib", "type": "CONTAINER", "scope": "WORKSPACE", "authorization": { "type": "NONE" }, "permissions": { "others": "READ_ONLY" }, "size": 2147483648, "created_date": "2024-01-10T08:20:00Z" }
STATUS200 Artifact retrieved successfully