The whole hunk
from line 12, old and new numbered
/
lines
from line 12
1212
1313- `agent_version: optional number`
1414
15 Filter by agent version. Only applies when agent_id is also set.
15 Filter by agent version. Only applies when `agent_id` is also set.
1616
1717 format: int32
1818
from line 56
5656
5757- `memory_store_id: optional string`
5858
59 Filter sessions whose resources contain a memory_store with this memory store ID.
59 Filter sessions whose resources contain a `memory_store` with this memory store ID.
6060
6161- `order: optional "asc" or "desc"`
6262
63 Sort direction for results, ordered by created_at. Defaults to desc (newest first).
63 Sort direction for results, ordered by `created_at`. Defaults to `desc` (newest first).
6464
6565 - `"asc"`
6666
from line 90
9090
9191 - `string`
9292
93 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 38 more`
93 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
9494
9595 - `"message-batches-2024-09-24"`
9696
from line 174
174174
175175 - `"ce-user-management-2026-07-13"`
176176
177 - `"mid-conversation-output-config-2026-07-01"`
178
179 - `"thinking-binding-controls-2026-08-01"`
180
181 - `"mid-conversation-system-clear-at-2026-08-21"`
182
177183## Returns
178184
179185- `data: optional array of BetaManagedAgentsSession`
from line 214
208214
209215 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
210216
211 - `"claude-sonnet-5" or "claude-fable-5" or "claude-opus-5" or 10 more`
217 - `"claude-fable-5-1" or "claude-sonnet-5" or "claude-fable-5" or 11 more`
212218
213219 The model that will power your agent.
214220
215221 See [models](https://docs.anthropic.com/en/docs/models-overview) for additional details and options.
216222
223 - `"claude-fable-5-1"`
224
225 Frontier intelligence for ambitious tasks across coding, scientific discovery, and enterprise workflows
226
217227 - `"claude-sonnet-5"`
218228
219229 High-performance model for coding and agents
from line 772
762772
763773 - `outcome_evaluations: array of BetaManagedAgentsOutcomeEvaluationResource`
764774
765 Per-outcome evaluation state. One entry per define_outcome event sent to the session.
775 Per-outcome evaluation state. One entry per `define_outcome` event sent to the session.
766776
767777 - `completed_at: string or null`
768778
from line 786
776786
777787 - `explanation: string or null`
778788
779 Grader's verdict text from the most recent evaluation. For satisfied, explains why criteria are met; for needs_revision (intermediate), what's missing; for failed, why unrecoverable.
789 Grader's verdict text from the most recent evaluation. For `satisfied`, explains why criteria are met; for `needs_revision` (intermediate), what's missing; for `failed`, why unrecoverable.
780790
781791 - `iteration: number`
782792
from line 914
904914
905915 - `active_seconds: optional number`
906916
907 Cumulative time in seconds the session spent in running status. Excludes idle time.
917 Cumulative time in seconds the session spent in `running` status. Excludes idle time.
908918
909919 format: double
910920