Skip to main content
GET
/
api
/
v1
/
artifacts
/
{artifact_id}
/
versions
Get Artifact Versions
curl --request GET \
  --url https://api.example.com/api/v1/artifacts/{artifact_id}/versions \
  --header 'X-API-Key: <api-key>'
[
  {
    "consumer_count": 123,
    "version_constraint": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.riftmap.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Headers

X-Workspace-Id
string | null

Path Parameters

artifact_id
string<uuid>
required

Cookies

riftmap_access
string | null

Response

Successful Response

consumer_count
integer
required
version_constraint
string | null
required