List Artifacts in Namespace
GET/v1/artifact/:namespace
Retrieve a paginated list of artifacts for a namespace.
Request
Responses
- 200
- 400
- 401
- 403
- 413
- 500
Artifact list for namespace.
The request was malformed or invalid.
The provided authentication credentials were invalid.
The authenticated user does not have permission to access the requested resource.
The request payload is too large.
An internal server error occurred. Look at the server logs for more details.