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
Prompt
Get Prompt By Id
GET
https://
api.getscorecard.ai
/
v1
/
prompt
/
:id
Retrieve a prompt by id
Path parameters
id
string
Required
The id of the prompt 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
string
Optional
name
string
Optional
description
string
Optional
is_archived
boolean
Optional
prompt_template
string
Optional
model_params
map from strings to optional integers or doubles or strings
Optional
Show 3 variants
root_id
string
Optional
parent_id
string
Optional
merge_parent_id
string
Optional
created_at
datetime
Optional
Errors
401
Unauthorized
403
Forbidden
404
Not Found
422
Unprocessable Entity
Built with