Skip to main content
GET
/
api
/
agents
/
{agentId}
/
optimization-items
Get optimization items
curl --request GET \
  --url https://rippletide-backend.azurewebsites.net/api/agents/{agentId}/optimization-items
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "fact": "<string>",
    "expectedAnswer": "<string>",
    "justification": "<string>",
    "question": "<string>",
    "answer": "<string>",
    "approved": true,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Path Parameters

agentId
string<uuid>
required

Response

200 - application/json

List of optimization items

id
string<uuid>
agentId
string<uuid>
fact
string
expectedAnswer
string | null
justification
string
question
string | null
answer
string | null
approved
boolean
created_at
string<date-time>
updated_at
string<date-time>