For the complete documentation index, see llms.txt. This page is also available as Markdown.

iai sessions get

Get a specific session

Synopsis

Get detailed information about a specific session.

Uses the platform API with dual authentication (API key or session).

iai sessions get <session-id> [flags]

Examples

  iai sessions get <session-id>
  iai sessions get <session-id> --fields core,traces
  iai sessions get <session-id> --json
  iai sessions get <session-id> --summary

Options

      --fields string         Field groups to include (comma-separated) (default "core,traces")
  -h, --help                  help for get
      --json                  Output raw API response as JSON
  -o, --organization string   Organization name that owns the project
  -p, --project string        Project name
      --summary               Render a compact, LLM-readable overview of the conversation (transcript + event tags)
      --yaml                  Output raw API response as YAML

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?