Skip to main content

Get Artifact

GET 

/api/v2/workspace/:workspace_id/artifacts/:artifact_id

Get an artifact by its ID.

Permissions:

  • Scope: artifacts:read or artifacts:read_self
  • Allowed Roles:
    • superadmin
    • admin
    • controller
    • curator: if artifact.owner_id == user.id
    • basic: if artifact.owner_id == user.id
  • Description: Superadmins, admins and controllers can get any artifact. Curators and basic can get only their own artifacts.

Request

Responses

Successful Response