List attributes
Attributes
List attributes
List the attributes in the workspace.
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 ofAction / Attribute objects.
Errors
403 Forbidden
403 Forbidden
The API key does not include the
read scope required for this route.500 Internal Server Error
500 Internal Server Error
Fini failed while loading records from storage.

