For the complete documentation index, see llms.txt. This page is also available as Markdown.

Artifacts

Returns all artifacts.

get

Returns all artifacts.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
idstringOptional

Artifact identifier

Example: 69aeb71ef8c5b278e3bab4e5
typestring · enumOptional

Tool|Policy

Possible values:
policyIdstringOptional

Policy identifier

Example: 69aeb71ef8c5b278e3bab4e5
toolIdstringOptional

Tool identifier

Example: 69aeb71ef8c5b278e3bab4e5
pageIndexnumberOptional

The number of pages to skip before starting to collect the result set

Example: 0
pageSizenumberOptional

The numbers of items to return

Example: 20
Responses
200

Successful operation.

application/json
get
/artifacts

Upload artifact.

post

Upload artifact. For users with the Standard Registry role only.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
parentIdstringRequired

Parent ID

Example: 69aeb71ef8c5b278e3bab4e5
Body
artifactsstring · binary[]Required

Artifact files

Responses
post
/artifacts/{parentId}

Delete artifact.

delete

Delete artifact.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
artifactIdstringRequired

Artifact ID

Example: 69aeb71ef8c5b278e3bab4e5
Responses
200

Successful operation.

application/json
booleanOptional
delete
/artifacts/{artifactId}

Download file by id.

get

Returns file from GridFS by its identifier.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
fileIdstringRequired

File identifier

Example: 69aeb71ef8c5b278e3bab4e5
Responses
get
/artifacts/files/{fileId}

Delete file by id

delete

Deletes file from GridFS by _id

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
fileIdstringRequired

File identifier

Example: 69aeb71ef8c5b278e3bab4e5
Responses
200

Successful operation.

application/json
booleanOptional
delete
/artifacts/files/{fileId}

Uploads/overwrites file

post

Uploads/overwrites file in GridFS

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
filestring · binaryOptional
fileIdstringOptional

Existing file _id to overwrite (optional)

Example: 69aeb71ef8c5b278e3bab4e5
Responses
post
/artifacts/files

Last updated