Returns all Artifacts
Returns all artifacts.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
policyIdstringOptional
Policy identifier
pageIndexintegerOptionalExample:
The number of pages to skip before starting to collect the result set
{"summary":"Example of a pageIndex","value":0}pageSizeintegerOptionalExample:
The numbers of items to return
{"summary":"Example of a pageSize","value":100}Responses
200
Successful operation.
application/json
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
get
/artifactsLast updated