v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBScorecards
List all scorecards
Fetches all scorecards.
get/api/v2/scorecard/scorecards
Query parameters
page[offset]integer
Offset for pagination.
page[size]integer
Example:10
Maximum number of scorecards to return.
filter[scorecard][id]string
Example:q8MQxk8TCqrHnWkx
Filter by scorecard ID.
filter[scorecard][name]string
Example:Observability
Filter by scorecard name (partial match).
filter[scorecard][description]string
Example:Best Practices
Filter by scorecard description (partial match).
Response
OK
Example response
{
"data": [
{
"attributes": {
"created_at": "2023-01-15T10:30:00Z",
"description": "Best practices for observability.",
"modified_at": "2024-01-05T14:20:00Z",
"name": "Observability Best Practices"
},
"id": "q8MQxk8TCqrHnWkx",
"type": "scorecard"
}
]
}