latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-21131107333.5 KB

c39cb56d7dbc

Artifact Type
Admin

List artifact types

Gets a list of all the configured artifact types.

This operation can fail for the following reasons:

  • A server error occurred (HTTP error 500)
get/admin/config/artifactTypes

Response

The list of available artifact types.

namestring

Example response

[
  {
    "name": "AVRO"
  }
]