List the artifacts affecting the organization's quota
GET
/orgs/{org}/quota/artifacts
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” org
required
string
Name of the organization
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 }]APIForbiddenError is a forbidden error response
Media type application/json
object
message
string
url
string
Example generated
{ "message": "example", "url": "example"}APINotFound is a not found error response
Media type application/json
object
errors
Array<string>
message
string
url
string
Example generated
{ "errors": [ "example" ], "message": "example", "url": "example"}