Get Schedule Status
Report live generation state, API safeguards, and terminal reason for a session.
Args: schedule_id: Unique identifier of the session to inspect.
Returns: A non-blocking operational snapshot including initialization/background states, idle age, counts, completion metadata, and configured limits.
Raises: HTTPException: Status 404 when the session does not exist.
Behavior: State is derived from futures, tasks, exhaustion, and retained counts without invoking the solver or generator. The query refreshes the session access timestamp before the response is built, so reported idle time is near zero.
Path parameters
Response
Successful Response
Changes
Changed in 2 of the 6 revisions of this API.121
- ●
added the new
bounded_by_requested_limitenum value to theenumeration_scoperesponse property for the response status200response-property-enum-value-added
- ●
added the new
cancelledenum value to thebackground_stateresponse property for the response status200response-property-enum-value-added
- ●
added the new
completeenum value to thestateresponse property for the response status200response-property-enum-value-added
- ●
added the new
completedenum value to thebackground_stateresponse property for the response status200response-property-enum-value-added
- ●
added the new
exhaustedenum value to theenumeration_scoperesponse property for the response status200response-property-enum-value-added
- ●
added the new
failedenum value to thebackground_stateresponse property for the response status200response-property-enum-value-added
- ●
added the new
generatingenum value to thestateresponse property for the response status200response-property-enum-value-added
- ●
added the new
indeterminateenum value to theenumeration_scoperesponse property for the response status200response-property-enum-value-added
- ●
added the new
initializingenum value to thestateresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_startedenum value to thebackground_stateresponse property for the response status200response-property-enum-value-added
- ●
added the new
readyenum value to thestateresponse property for the response status200response-property-enum-value-added
- ●
added the new
runningenum value to thebackground_stateresponse property for the response status200response-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○