create
method. See the Python and JS SDK reference docs for more information.
copy
method. This will create an independent thread whose history is identical to the original thread at the time of the operation. See the Python and JS SDK reference docs for more information.
supersteps
into the create
method. The supersteps
describe a list of a sequence of state updates. For example:
search
method. This will list the threads in the application that match the provided filters. See the Python and JS SDK reference docs for more information.
status
field to filter threads based on their status. Supported values are idle
, busy
, interrupted
, and error
. See here for information on each status. For example, to view idle
threads:
search
method allows you to filter on metadata:
thread_id
, status
, created_at
, and updated_at
using the sort_by
and sort_order
params.
thread_id
, use the get
method:
get_state
method:
get_history
method. This returns a list of every state the thread experienced. For more information see the Python and JS reference docs.