List execution sessions for a schedule
schedule
List execution sessions for a schedule
Return all sessions triggered by a given schedule.
Args:
schedule_id (str): ID of the schedule.
user_id (str): Authenticated user ID.
storage (StorageBase): Storage instance.
Returns:
ScheduleSessionsResponse:
List of execution sessions ordered by creation time (newest first).
Raises:
HTTPException: 404 if the schedule does not exist.
GET
List execution sessions for a schedule
Documentation Index
Fetch the complete documentation index at: https://docs.agentscope.io/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Caller's user ID. Temporary header-based identity; will be replaced by JWT auth.