Lists boundary logs for a session, sorted by sequence number ascending. Supports optional exclusive sequence number bounds (seq_after, seq_before) for fetching events between two known interceptions.
(ctx context.Context, arg ListBoundaryLogsBySessionIDParams)
| 1061 | // Supports optional exclusive sequence number bounds (seq_after, seq_before) |
| 1062 | // for fetching events between two known interceptions. |
| 1063 | ListBoundaryLogsBySessionID(ctx context.Context, arg ListBoundaryLogsBySessionIDParams) ([]BoundaryLog, error) |
| 1064 | ListChatUsageLimitGroupOverrides(ctx context.Context) ([]ListChatUsageLimitGroupOverridesRow, error) |
| 1065 | ListChatUsageLimitOverrides(ctx context.Context) ([]ListChatUsageLimitOverridesRow, error) |
| 1066 | ListProvisionerKeysByOrganization(ctx context.Context, organizationID uuid.UUID) ([]ProvisionerKey, error) |
no outgoing calls