v51

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-01131107332.8 KB
Artifacts

List artifact references by global ID

Returns a list containing all the artifact references using the artifact global ID.

This operation may fail for one of the following reasons:

  • A server error occurred (HTTP error 500)
get/ids/globalIds/{globalId}/references

Response

A list containing all the references for the artifact with the given global id.

groupIdstring required
artifactIdstring required
versionstring
namestring required

Example response

[
  {
    "groupId": "mygroup",
    "artifactId": "13842090-2ce3-11ec-8d3d-0242ac130003",
    "version": "2",
    "name": "foo.bar.Open"
  }
]