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 typeapplication/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
Examplegenerated
[ { "html_url": "example", "name": "example", "size": 1 }]APIForbiddenError is a forbidden error response
Media typeapplication/json
object
message
string
url
string
Examplegenerated
{ "message": "example", "url": "example"}APINotFound is a not found error response
Media typeapplication/json
object
errors
Array<string>
message
string
url
string
Examplegenerated
{ "errors": [ "example" ], "message": "example", "url": "example"}