Search the documentation
6 pages for session.start.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Apps
Claude Developer Platform · in the page
api/compliance/apps
…ated `data` array. On this endpoint `session.user.email_address` and `session.started_by_user` are always null; read them from the list endpoint instead. Returns 404 while the session is still `pendi…
Sessions
Claude Developer Platform · in the page
api/compliance/apps/sessions
…ated `data` array. On this endpoint `session.user.email_address` and `session.started_by_user` are always null; read them from the list endpoint instead. Returns 404 while the session is still `pendi…
Remote
Claude Developer Platform · in the page
api/compliance/apps/sessions/remote
…ated `data` array. On this endpoint `session.user.email_address` and `session.started_by_user` are always null; read them from the list endpoint instead. Returns 404 while the session is still `pendi…
Messages
Claude Developer Platform · in the page
api/compliance/apps/sessions/remote/messages
…ated `data` array. On this endpoint `session.user.email_address` and `session.started_by_user` are always null; read them from the list endpoint instead. Returns 404 while the session is still `pendi…
Retrieve remote session messages
Claude Developer Platform · in the page
api/compliance/apps/sessions/remote/messages/list
…ated `data` array. On this endpoint `session.user.email_address` and `session.started_by_user` are always null; read them from the list endpoint instead. Returns 404 while the session is still `pendi…
Agent SDK reference - Python
Claude Code CLI · in the page
agent-sdk/python
…ceptEdits" ) session = ConversationSession(options) await session.start() # Example conversation: # Turn 1 - You: "Create a file called hello.py" # Turn 1 - Claude: "I'll create a hello.…