Search...
/
Contact
Sign in
Documentation
API Reference
Glossary
Overview
API Reference
Testset
GET
Read Testset
DEL
Delete
PATCH
Update Testset
POST
Create Testset
GET
Read Testset Schema
GET
Read Testcases
Testcase
POST
Create Testcase
GET
Read Testcase
DEL
Delete Testcase
PATCH
Update Testcase
POST
Batch Copy Testcases
PATCH
Batch Delete Testcases
Testrecord
GET
Read Testrecord
POST
Create Testrecord
Run
POST
Create Run
GET
Read Run
PATCH
Update Run Status
Score
POST
Create Score
PATCH
Update Score
Run Metric
GET
Read Run Metrics
Tracing
GET
Get Traces
GET
Get Trace
GET
Get Trace Span
Prompt
GET
Get Prompt By Name
POST
Create Prompt
GET
Get Prompt By Id
DEL
Delete Scoring Config
PATCH
Update Prompt
Scoring Config
POST
Create Scoring Config
GET
Get Scoring Config
Contact
Sign in
API Reference
Scoring Config
Get Scoring Config
GET
https://
api.getscorecard.ai
/
v1
/
scoring_config
/
:id
Retrieve a scoring config by id
Path parameters
id
string
Required
The id of the scoring config to get.
Response
This endpoint returns an object
org_id
string
Optional
The organization this resource belongs to.
user_id
string
Optional
The user this record belongs to.
id
integer
Optional
name
string
Optional
description
string
Optional
config
map from strings to any
Optional
is_archived
boolean
Optional
metrics
list of integers
Optional
created_at
datetime
Optional
Errors
401
Unauthorized
403
Forbidden
404
Not Found
422
Unprocessable Entity
Built with