Thread
Checkout the documentation about threads for more information.
Note that only the get_thread
and export_threads
methods return the thread steps.
Creating a thread
Id of the participant
Environment of the thread
The tags of the thread
The metadata of the thread
Get a thread
Use the thread id to get a thread. The returned thread contains the list of steps.
The id of the thread
List threads
You can list threads, with optional filters. It returns a paginated list of threads.
The returned thread list doesn’t contain the thread steps. If you need the steps, you should use the export_threads
method.
Pagination parameters, checkout GraphQL doc for more information
You can filter threads with the following parameters:
Exporting threads
This method is optimized to export a large number of threads. It returns a paginated list of threads with their steps. You can optionally filter the threads.
Pagination parameter, use the pageInfo.endCursor
from the previous result.
You can filter threads with the following parameters:
Update thread
The id of the thread
The name of the thread
The metadata of the thread
The participant id of the thread
The environment of the thread
The tags of the thread
Upsert thread
It will either create a new thread if the thread_id
does not exist or update the existing one.
The id of the thread
The name of the thread
The metadata of the thread
The participant id of the thread
The environment of the thread
The tags of the thread
Delete thread
The id of the thread