Paginated logs for a single parent-request session
Summary
Types
@type t() :: %ExBifrost.Model.GetLogSessionById200Response{ count: integer() | nil, has_more: boolean() | nil, logs: [ExBifrost.Model.LogEntry.t()] | nil, pagination: ExBifrost.Model.GetLogSessionById200ResponsePagination.t() | nil, returned_count: integer() | nil, session_id: String.t() | nil }