Skip to main content
GET
/
scorecards
List Scorecards
curl --request GET \
  --url https://api.attention.tech/v2/scorecards \
  --header 'Authorization: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.attention.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Query Parameters

page
integer

Page number for pagination (1-indexed). If omitted, pagination is not applied and every visible scorecard is returned.

Required range: x >= 1
size
integer

Number of scorecards per page (min 1, max 200). Ignored when page is omitted.

Required range: 1 <= x <= 200

Response

Scorecards successfully retrieved

The response is of type object.