Get Sessions
get_sessionsList agent automation sessions from Itential Platform, showing execution status and timing. Optionally filter by agent name to focus on specific automations.
Instructions
List agent sessions from Itential Platform.
Agent sessions are created when an agent automation is triggered via an endpoint trigger. Each session records the agent that ran, its execution status, and timing information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_name | No | Optional agent name used to filter sessions |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Response model for agent session collection endpoints. Wraps a list of SessionElement objects returned from the AgentSessionManager when listing sessions, optionally filtered by agent name. Attributes: root: List of SessionElement objects with session metadata and status. |