PodsThreads
List Threads
CLI:
agentmail pods:threads list --pod-id <pod_id>
get/v0/pods/{pod_id}/threads
Path parameters
pod_idstring required
ID of pod.
Query parameters
limitinteger
Limit of number of items returned.
page_tokenstring
Page token for pagination.
labelsstring[]
Labels to filter by.
beforestring date-time
Timestamp before which to filter by.
afterstring date-time
Timestamp after which to filter by.
ascendingboolean
Sort in ascending temporal order.
include_spamboolean
Include spam in results.
include_blockedboolean
Include blocked in results.
include_trashboolean
Include trash in results.