(ctx context.Context, interceptionIds []uuid.UUID)
| 1056 | ListAIBridgeSessions(ctx context.Context, arg ListAIBridgeSessionsParams) ([]ListAIBridgeSessionsRow, error) |
| 1057 | ListAIBridgeTokenUsagesByInterceptionIDs(ctx context.Context, interceptionIds []uuid.UUID) ([]AIBridgeTokenUsage, error) |
| 1058 | ListAIBridgeToolUsagesByInterceptionIDs(ctx context.Context, interceptionIds []uuid.UUID) ([]AIBridgeToolUsage, error) |
| 1059 | ListAIBridgeUserPromptsByInterceptionIDs(ctx context.Context, interceptionIds []uuid.UUID) ([]AIBridgeUserPrompt, error) |
| 1060 | // Lists boundary logs for a session, sorted by sequence number ascending. |
| 1061 | // Supports optional exclusive sequence number bounds (seq_after, seq_before) |
no outgoing calls