threads

Query Threads

Query threads within a project (session), with cursor-based pagination. Returns threads matching the given time range and optional filter, backed by the smithdb QueryThreads gRPC RPC.

post/v2/threads/query

Request body

cursorstring
filterstring
limitinteger
max_start_timestring
min_start_timestring
session_idstring

Response

threads and cursors

object required

Changes