latestOpenAPI 3.1.02026-08-19270462702.4 KB

b92f75fd3b61

felix
synthesis-log

Get Session

Get all log entries for a synthesis session.

session_id is typed :class:~uuid.UUID so FastAPI answers 422 at the boundary. A raw string would otherwise reach a Postgres uuid comparison and surface as a driver conversion 500 (ENG-6017).

Args: session_id: UUID of the synthesis session. auth: Authentication result.

Returns: All entries for the session in chronological order.

Raises: HTTPException: If the query fails.

get/felix/synthesis-log/session/{session_id}

Path parameters

session_idstring uuid required

Response

Successful Response

session_idstring required