v1

latestOpenAPI 3.0.2Apache 2.02026-07-136548173.9 KB
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/artifactTypes

Response

The list of available artifact types.

namestring

Example response

[
  {
    "name": "AVRO"
  }
]