claude
Get onboarding status
Returns the current state of the onboarding process
get/v1/claude/onboarding/status
Query parameters
include_outputboolean
Include full PTY output buffer
Response
OK
Example response
{
"error_message": "Timeout in state auth_waiting after 3m0s",
"message": "Please visit the OAuth URL and paste the code",
"oauth_url": "https://claude.ai/oauth/authorize?...",
"state": "auth_waiting"
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲