For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Copy to LLMGithubGo to App
DocumentationIntegrationsBuilding Self-Improving AgentsSelf-hosting OpikSDK & API reference
DocumentationIntegrationsBuilding Self-Improving AgentsSelf-hosting OpikSDK & API reference
    • Overview
  • Python SDK
    • Reference
    • REST API Client
  • Typescript SDK
    • Overview
    • Opik TS
    • Prompts
    • Opik Query Language (OQL)
  • Rest API
    • Overview
        • POSTAdd span comment
        • PUTAdd span feedback score
        • POSTCreate spans
        • PATCHBatch update spans
        • GETGet spans by project_name or project_id and optionally by trace_id and/or type
        • POSTCreate span
        • GETGet span by id
        • DELDelete span by id
        • PATCHUpdate span by id
        • POSTDelete span comments
        • POSTDelete span feedback score
        • GETFind Feedback Score names
        • GETGet span comment
        • GETGet span stats
        • PUTBatch feedback scoring for spans
        • POSTSearch spans
        • PATCHUpdate span comment by id
LogoLogo
Copy to LLMGithubGo to App
Rest APIAPI ReferenceSpans

Find Feedback Score names

GET
/v1/private/spans/feedback-scores/names
GET
/api/v1/private/spans/feedback-scores/names
$curl http://localhost:5173/api/v1/private/spans/feedback-scores/names
200Retrieved
1{
2 "scores": [
3 {
4 "name": "string",
5 "type": "string"
6 }
7 ]
8}
Find Feedback Score names
Was this page helpful?
Previous

Get span comment

Next
Built with

Query parameters

project_idstringOptionalformat: "uuid"
typeenumOptional
Allowed values:

Response

Feedback Scores resource
scoreslist of objects