Skip to main content
GET
/
v1
/
scores
/
{scoreId}
Get score
curl --request GET \
  --url https://api.agentmark.co/v1/scores/{scoreId} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Agentmark-App-Id: <api-key>'
{
  "data": {
    "created_at": "2023-11-07T05:31:56Z",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "label": "<string>",
    "name": "<string>",
    "reason": "<string>",
    "resource_id": "<string>",
    "score": 123,
    "source": "<string>",
    "user_id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.agentmark.co/llms.txt

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

Authorizations

X-Agentmark-App-Id
string
header
required

Application ID for tenant scoping

Authorization
string
header
required

API key (sk_agentmark_*)

Path Parameters

scoreId
string<uuid>
required

Response

The score record.

data
object
required