Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.agentmark.co/v1/score-configs/{name} \ --header 'Authorization: Bearer <token>' \ --header 'X-Agentmark-App-Id: <api-key>'
{ "data": { "commit_sha": "<string>", "data_type": "boolean", "id": "<string>", "name": "<string>", "description": "<string>" } }
Returns a single score config by name. The name is the object key in agentmark.json’s scores map. Returns 404 if no config with that name is declared.
agentmark.json
scores
Application ID for tenant scoping
API key (sk_agentmark_*)
1
The requested score config.
Show child attributes