v1

latestOpenAPI 3.1.02026-07-1740131135.9 KB
EMO

Fetch Score Bands

Fetches results from a completed EMO method.

Args: request (EMOFetchRequest): The request object containing parameters for fetching results and of the SCORE bands visualization. user (Annotated[User, Depends]): The current user. session (Annotated[Session, Depends]): The database session.

Raises: HTTPException: If the request is invalid or the EMO method has not completed.

Returns: SCOREBandsResult: The results of the SCORE bands visualization.

post/method/emo/fetch_score

Request body

problem_idinteger required

Database ID of the problem to solve.

session_idinteger nullable
parent_state_idinteger nullable

State ID of the parent state, if any.

solution_idsinteger[] required

List of solution IDs to score.

Response

Successful Response

state_idinteger nullable

The state ID of the newly created state.