Actions57
- Objects Actions
- Attributes Actions
- List Attributes
- Get Attribute
- Update Attribute
- GET target/identifier/attributes/attribute/options
- POST target/identifier/attributes/attribute/options
- PATCH target/identifier/attributes/attribute/options/option
- POST target/identifier/attributes/attribute/statuses
- Create Attribute
- GET target/identifier/attributes/attribute/statuses
- PATCH target/identifier/attributes/attribute/statuses/status
- Entries Actions
- Records Actions
- Lists Actions
- Meta Actions
- Workspace Members Actions
- Notes Actions
- Tasks Actions
- Webhooks Actions
- Threads Actions
- Comments Actions
Overview
This node interacts with the Attio API to list attributes associated with either objects or lists within the Attio platform. It is useful for retrieving metadata or custom fields tied to specific entities identified by a UUID or slug. For example, it can be used to fetch attributes of a contact list or an individual object in a CRM system, enabling further automation or data processing based on these attributes.
Use Case Examples
- List attributes of a specific object by providing its UUID to understand its metadata structure.
- Retrieve attributes of a list to analyze or manipulate list-specific data fields.
Properties
| Name | Meaning |
|---|---|
| Target | Specifies whether the attributes to list belong to objects or lists. |
| Identifier | A UUID or slug that uniquely identifies the object or list whose attributes are being listed. |
| Limit | The maximum number of attribute results to return in the response. |
| Offset | The number of attribute results to skip before starting to return results, used for pagination. |
| Show Archived | Determines whether archived attributes should be included in the results. |
Output
JSON
json- The JSON response containing the list of attributes retrieved from the Attio API.
Dependencies
- Attio API with an access token credential
Troubleshooting
- Ensure the provided Identifier is a valid UUID or slug corresponding to an existing object or list in Attio; invalid identifiers will cause errors.
- Check that the API access token credential is correctly configured and has sufficient permissions to read attributes.
- Pagination parameters (Limit and Offset) must be set correctly to avoid empty or incomplete results.
- If 'Show Archived' is set to false, archived attributes will be excluded, which might lead to fewer results than expected.
Links
- Attio API Pagination Guide - Guide on how to use pagination parameters like limit and offset in Attio API requests.
- Attio Archiving vs Deleting - Documentation explaining the difference between archiving and deleting attributes in Attio.