List the artifacts affecting the authenticated user's quota
GET
/user/quota/artifacts
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “ Query Parameters ” page
integer
Page number of results to return (1-based)
limit
integer
Page size of results
Responses
Section titled “ Responses ”QuotaUsedArtifactList
Media type application/json
QuotaUsedArtifactList represents a list of artifacts counting towards a user’s quota
Array<object>
QuotaUsedArtifact represents an artifact counting towards a user’s quota
object
html_url
HTML URL to the action run containing the artifact
string
name
Name of the artifact
string
size
Size of the artifact (compressed)
integer format: int64
Example generated
[ { "html_url": "example", "name": "example", "size": 1 }]APIUnauthorizedError is a unauthorized error response
Media type application/json
object
message
string
url
string
Example generated
{ "message": "example", "url": "example"}APIForbiddenError is a forbidden error response
Media type application/json
object
message
string
url
string
Example generated
{ "message": "example", "url": "example"}