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
        • GETGet welcome wizard tracking status
        • POSTSubmit welcome wizard
LogoLogo
Copy to LLMGithubGo to App
Rest APIAPI ReferenceWelcome Wizard

Get welcome wizard tracking status

GET
/v1/private/welcome-wizard
GET
/api/v1/private/welcome-wizard
$curl http://localhost:5173/api/v1/private/welcome-wizard
200Retrieved
1{
2 "completed": true
3}
Get welcome wizard tracking status for the current workspace
Was this page helpful?
Previous

Submit welcome wizard

Next
Built with

Response

Welcome wizard tracking status
completedboolean
Whether the welcome wizard has been completed