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

Changes

Changed in 1 of the 3 revisions of this API.1

    • for the path request parameter session_id, the type/format was changed from string/ to string/uuid

      request-parameter-type-changed

    This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog