Skip to main content
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 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.