Parameters
Body
Body
string
Keep only the discussions this person had with the agent, by name or email
(case-insensitive substring) or user ObjectId. Omit for every author.
string
Keep only discussions about this statement — its ObjectId, or a YYYY-MM
period (e.g. 2026-03) for every statement of that period. Omit for every
statement.
string
Keep only discussions opened at or after this instant. Accepts an absolute
ISO-8601 date/time (‘2026-07-01’) or a duration relative to now (‘-P7D’ for
the last 7 days). Omit for no lower bound.
string
Keep only discussions opened at or before this instant. Same accepted forms
as start. Omit for no upper bound.
integer
Page size, between 1 and 250. Defaults to 50.
integer
Row offset into the result set — the number of rows to skip before this
page. Pass the next_offset returned by the previous call, or None for the
first page.