App Logo
attio.com

List Attio records

List records from an Attio object list view (e.g. "companies" or "people"), reading whatever columns the current default view shows. Returns each record's name and its visible column values as a flat key/value map.

Input

object required

Object slug, e.g. "companies" or "people"

workspace required

Attio workspace slug — the segment right after app.attio.com/ in the URL, e.g. "acme"

Output

object required
records required

FAQ

List records from an Attio object list view (e.g. "companies" or "people"), reading whatever columns the current default view shows. Returns each record's name and its visible column values as a flat key/value map.
Required: workspace, object.
It returns object, records.
Yes. It acts as you on attio.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the attio.com cookies saved by the Reduck extension.
It only reads. It looks things up on attio.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/attio.com/list_records, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/attio.com/list_records
It is part of Reduck's official curated catalogue.

Start building not clicking