Skip to main content
GET
/
scorecards
/
{scorecardId}
/
rubric
Get a scorecard rubric
curl --request GET \
  --url https://api.triplesession.com/v2/scorecards/{scorecardId}/rubric \
  --header 'Authorization: Bearer <token>'
{
  "scorecard": {
    "id": "<string>",
    "name": "<string>",
    "content": {}
  }
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Use a public API key with the endpoint's required scope.

Path Parameters

scorecardId
string<uuid>
required

Scorecard ID.

Response

Scorecard rubric details.

scorecard
object
required