Sign in

List threads

documented

List threads (groups of comments) across records or list entries.

GET /v2/threadsThreadsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.attio.com/v2/threads?record_id={{$record_id}}&object={{$object}}&entry_id={{$entry_id}}&list={{$list}}&limit={{$limit}}&offset={{$offset}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List threads · Attio · OpenIntegrations