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 retrieve the statuses of a specific status attribute associated with either an object or a list. It is useful for workflows that need to fetch detailed status information for attributes within Attio's data structures, such as lists or objects, enabling automation and integration scenarios that depend on attribute status data.
Use Case Examples
- Fetching all statuses for a status attribute on a specific list to monitor progress or state changes.
- Retrieving status attribute details for an object to integrate with other systems or trigger conditional workflows based on status.
Properties
| Name | Meaning |
|---|---|
| Target | Specifies whether the attribute is on an object or a list. Note that company and people objects do not support status attributes currently. |
| Identifier | A UUID or slug identifying the object or list to which the status attribute belongs. |
| Attribute | A UUID or slug identifying the specific attribute for which statuses are to be listed. |
| Show Archived | Boolean flag indicating whether to include archived statuses in the results. |
Output
JSON
json- The JSON response from the Attio API containing the list of statuses for the specified attribute.
Dependencies
- Requires an API key credential for Attio API authentication.
Troubleshooting
- Ensure the 'Target' property is correctly set to either 'lists' or 'objects' as appropriate; company and people objects do not support status attributes and will cause errors.
- Verify that the 'Identifier' and 'Attribute' values are valid UUIDs or slugs corresponding to existing entities in Attio.
- If the API returns authorization errors, check that the API key credential is valid and has the necessary permissions.
- Network or request errors may occur if the API endpoint URL is incorrect or if there are connectivity issues; verify the URL and network access.
Links
- Attio Archiving Guide - Documentation explaining the difference between archiving and deleting statuses, relevant for the 'Show Archived' option.