twist_threads_get
Retrieve all threads in a Twist channel using filters like date range, pinned status, or thread IDs. Specify order, limit results, and exclude specific threads for precise thread management.
Instructions
Gets all threads in a channel.
Args: channel_id: The id of the channel as_ids: If enabled, only the ids of the threads are returned filter_by: A filter can be one of "attached_to_me" or "everyone". Default is "everyone" limit: Limits the number of threads returned (default is 20, maximum is 500) newer_than_ts: Limits threads to those newer when the specified Unix time older_than_ts: Limits threads to those older when the specified Unix time before_id: Limits threads to those with a lower than the specified id after_id: Limits threads to those with a higher than the specified id workspace_id: The id of the workspace is_pinned: If enabled, only pinned threads are returned is_starred: If enabled, only starred threads are returned order_by: The order of the threads returned. Either "desc" (default) or "asc" exclude_thread_ids: The thread ids that should be excluded from the results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
after_id | No | ||
as_ids | No | ||
before_id | No | ||
channel_id | Yes | ||
exclude_thread_ids | No | ||
filter_by | No | ||
is_pinned | No | ||
is_starred | No | ||
limit | No | ||
newer_than_ts | No | ||
older_than_ts | No | ||
order_by | No | ||
workspace_id | No |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Twist MCP Server
- twist_inbox_archive
- twist_inbox_archive_all
- twist_inbox_get
- twist_inbox_get_count
- twist_inbox_mark_all_read
- twist_inbox_unarchive
- twist_threads_add
- twist_threads_clear_unread
- twist_threads_get
- twist_threads_getone
- twist_threads_get_unread
- twist_threads_mark_all_read
- twist_threads_mark_read
- twist_threads_mark_unread
- twist_threads_mark_unread_for_others
- twist_threads_move_to_channel
- twist_threads_mute
- twist_threads_pin
- twist_threads_remove
- twist_threads_star
- twist_threads_unmute
- twist_threads_unpin
- twist_threads_unstar
- twist_threads_update