評価の一覧
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/evaluations \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}評価オブジェクトの一覧を取得します。
GET
/
v2
/
{entity}
/
{project}
/
evaluations
評価の一覧
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/evaluations \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-dbrian-docs-2514-bedrock-agents.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
⌘I