List sessions for a repo
Returns the authoritative session list for a repo from entire-api.
Path parameters
Query parameters
Repository namespace used to disambiguate Entire-native and GitHub repos.
Set to "all" to include every historically linked session, including sessions from branches that were later deleted or rewritten. Cannot be combined with branch, base, or head.
Restrict to sessions whose contributing commits are reachable from this branch. When both scope and branch are omitted, the repo's default branch is used.
Case-insensitive literal substring over effective session name, prompt, and agent.
Match any author facet key. Multiple values are comma-separated.
Exclude author facet keys. Multiple values are comma-separated.
Match any agent. Multiple values are comma-separated.
Exclude agents. Multiple values are comma-separated.
Match any model. Multiple values are comma-separated.
Exclude models. Multiple values are comma-separated.
Include only Review sessions when true, or exclude Review sessions when false.
Include complete scoped author, agent, and model choices on the first page.
Opaque cursor returned by the previous page's next_cursor.
Page size, defaults to 50, capped at 200.
Response
Sessions list
Changes
No recorded changes to this endpoint across all 1 revision of this API.