List actions
Actions
List actions
List the actions in the workspace.
GET
List actions
Returns every
Action / Attribute record in the workspace, newest first. Actions are the records with alwaysGet: false.
Actions and attributes share this endpoint, so the array contains both. Filter on
alwaysGet: false to keep only actions. See List attributes for the attribute 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.

