Returns all Artifacts

Returns all artifacts.

GET /artifacts

Returns all artifacts.

Query Parameters

{
    headers:
            x-total-count:
              schema:
                type: integer
              description: Total items in the collection.
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Artifact'
}

Last updated