Returns all interceptions belonging to paginated threads within a session. Threads are paginated by (started_at, thread_id) cursor.
(ctx context.Context, arg ListAIBridgeSessionThreadsParams)
| 1046 | // Returns all interceptions belonging to paginated threads within a session. |
| 1047 | // Threads are paginated by (started_at, thread_id) cursor. |
| 1048 | ListAIBridgeSessionThreads(ctx context.Context, arg ListAIBridgeSessionThreadsParams) ([]ListAIBridgeSessionThreadsRow, error) |
| 1049 | // Returns paginated sessions with aggregated metadata, token counts, and |
| 1050 | // the most recent user prompt. A "session" is a logical grouping of |
| 1051 | // interceptions that share the same session_id (set by the client). |
no outgoing calls
no test coverage detected