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
        • GETFind alerts by project
        • GETFind dashboards by project
        • GETFind datasets by project
        • GETFind experiments by project
        • GETFind optimizations by project
        • GETGet prompts by project
        • GETFind projects
        • POSTCreate project
        • GETGet project by id
        • DELDelete project by id
        • PATCHUpdate project by id
        • POSTDelete projects
        • GETFind Feedback Score names By Project Ids
        • GETFind Token Usage names
        • POSTGet Project KPI Cards
        • POSTGet Project Metrics
        • GETGet Project Stats
        • POSTRetrieve project
        • GETGet recent activity for a project
LogoLogo
Copy to LLMGithubGo to App
Rest APIAPI ReferenceProjects

Find projects

GET
/v1/private/projects
GET
/api/v1/private/projects
$curl http://localhost:5173/api/v1/private/projects
200Retrieved
1{
2 "page": 1,
3 "size": 1,
4 "total": 1,
5 "content": [
6 {
7 "name": "string",
8 "id": "string",
9 "visibility": "private",
10 "description": "string",
11 "created_at": "2024-01-15T09:30:00Z",
12 "created_by": "string",
13 "last_updated_at": "2024-01-15T09:30:00Z",
14 "last_updated_by": "string",
15 "last_updated_trace_at": "2024-01-15T09:30:00Z"
16 }
17 ],
18 "sortableBy": [
19 "string"
20 ]
21}
Find projects
Was this page helpful?
Previous

Create project

Next
Built with

Query parameters

pageintegerOptional>=1Defaults to 1
sizeintegerOptional>=1Defaults to 10
namestringOptional
sortingstringOptional

Response

Project resource
pageinteger
sizeinteger
totallong
contentlist of objects
sortableBylist of strings