Team ID (tem_...) whose threads should be listed.
Request body.
Optionalskip_welcome_message?: booleanWhen true, suppresses the automatic welcome message that is otherwise sent into the thread on creation. Defaults to false.
Attributes for the new thread. See ThreadCreateParams for available fields.
The newly created thread.
List threads for a team
Returns all threads owned by the specified team that the authenticated caller
has permission to view. The caller must have access to the team; requests
without team access are rejected with 404.
Threads are returned in a single data array. Use the team-scoped thread
endpoints to create, update, or delete individual threads.
Team ID (tem_...) whose threads should be listed.
Successful response
Create a thread for a team Creates a new thread owned by the specified team. The authenticated caller must have access to the team; requests from callers without team access are rejected with 404. If a
profile_pictureis provided in the thread params, it must be base64-encoded image data. The image is uploaded and associated with the thread before creation completes. Omitprofile_pictureto skip this step. By default the platform sends an automatic welcome message into the new thread. Passskip_welcome_message: trueto suppress this behavior, for example when creating threads programmatically in bulk or seeding test data.