Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Retrieve project

POST/v1/private/projects/retrieveRetrieve project

Retrieve project

Request body

application/json
objectProjectRetrieve_Detailed
includeStatsboolean
namestringrequired

minLength 1

Example request
{
  "includeStats": true,
  "name": "string"
}

Responses

200Project resourceapplication/json
objectProject_Detailed
created_atstring · date-time
created_bystring
descriptionstring

maxLength 255 · minLength 0

durationobject
Show child attributes
p50number
p90number
p99number
error_countobject
Show child attributes
countinteger · int64
deviationinteger · int64
deviation_percentageinteger · int64
feedback_scoresarray of object
Show child attributes
Show array items
namestringrequired

minLength 1

valuenumberrequired
guardrails_failed_countinteger · int64
idstring · uuid
last_updated_atstring · date-time
last_updated_bystring
last_updated_trace_atstring · date-time
namestringrequired

minLength 1

thread_countinteger · int64
total_estimated_costnumber · double
total_estimated_cost_sumnumber · double
trace_countinteger · int64
usageobject
visibilitystring

one of "private", "public"

Example response
{
  "created_at": "2026-06-09T00:00:00Z",
  "created_by": "string",
  "description": "string",
  "duration": {
    "p50": 0,
    "p90": 0,
    "p99": 0
  },
  "error_count": {
    "count": 0,
    "deviation": 0,
    "deviation_percentage": 0
  },
  "feedback_scores": [
    {
      "name": "string",
      "value": 0
    }
  ],
  "guardrails_failed_count": 0,
  "id": "00000000-0000-0000-0000-000000000000",
  "last_updated_at": "2026-06-09T00:00:00Z",
  "last_updated_by": "string",
  "last_updated_trace_at": "2026-06-09T00:00:00Z",
  "name": "string",
  "thread_count": 0,
  "total_estimated_cost": 0,
  "total_estimated_cost_sum": 0,
  "trace_count": 0,
  "usage": {
    "additionalProp1": 0
  },
  "visibility": "private"
}
400Bad Requestapplication/json
objectErrorMessage_Detailed
errorsarray of string
Show child attributes
Example response
{
  "errors": [
    "string"
  ]
}
404Not Foundapplication/json
objectErrorMessage_Detailed
errorsarray of string
Show child attributes
Example response
{
  "errors": [
    "string"
  ]
}
422Unprocessable Contentapplication/json
objectErrorMessage_Detailed
errorsarray of string
Show child attributes
Example response
{
  "errors": [
    "string"
  ]
}
Documentation menu