Skip to main content
GET
List attributes
Returns every Action / Attribute record in the workspace, newest first. Attributes are the records with alwaysGet: true.
Actions and attributes share this endpoint, so the array contains both. Filter on alwaysGet: true to keep only attributes. See List actions for the action view of the same route.

Headers

string
required
Bearer token containing your Fini workspace API key. Format: Bearer fini_... The key needs read scope.

Response

Returns a top-level array of Action / Attribute objects.

Errors

The API key is missing, malformed, revoked, or invalid.
The API key does not include the read scope required for this route.
Fini failed while loading records from storage.