Parameters
Body
Body
string
Keep only the discussions this person had with the agent — the id list_users
returns, or their exact email. Omit for every author.
string
Keep only discussions about the statement with this id — the id
list_statements returns. Combined with period, it narrows to the
intersection, which is empty unless that statement belongs to that period.
string
Keep only discussions about statements of this period, in YYYY-MM format
(e.g. 2026-03). Omit for every period.
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.