Skip to main content
POST
/
api
/
v1
/
me
/
onboarding_state
Error
A valid request URL is required to generate request examples
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "ls_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "tracing_completed_at": "2023-11-07T05:31:56Z",
  "lgstudio_completed_at": "2023-11-07T05:31:56Z",
  "playground_completed_at": "2023-11-07T05:31:56Z",
  "evaluation_completed_at": "2023-11-07T05:31:56Z",
  "success_viewed_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer tokens are used to authenticate from the UI. Must also specify x-tenant-id or x-organization-id (for org scoped apis).

Response

200 - application/json

Successful Response

id
string<uuid>
required
ls_user_id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
tracing_completed_at
string<date-time> | null
lgstudio_completed_at
string<date-time> | null
playground_completed_at
string<date-time> | null
evaluation_completed_at
string<date-time> | null
success_viewed_at
string<date-time> | null