v5

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-211355122.6 KB

Get Schedule Count

Report the retained schedule count and completion state for one session.

Args: schedule_id: Unique identifier of the session to inspect.

Returns: Current result count, requested limit, and whether enumeration is complete.

Raises: HTTPException: Status 404 when the session does not exist.

Behavior: This is a non-blocking snapshot: it neither awaits initialization nor acquires the generation lock. Completion is true after solver exhaustion or once the retained count reaches the requested limit. Access refreshes TTL.

get/schedules/{schedule_id}/count

Path parameters

schedule_idstring required

Response

Successful Response

schedule_idstring required
current_countinteger required
limitinteger required
is_completeboolean required