Actions
List agent assignments
List the agents an action is assigned to.
GET
Returns the agent assignments for one action.
Action assignments are stored but not enforced at runtime; whether an agent can invoke an action is decided by Rulebook wiring and the rule’s own agent assignments. See Assign to agents.
Headers
string
required
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs read scope.Path parameters
string
required
Action ID whose assignments you want.
Response
Returns a top-level array ofAgent assignment objects.
Errors
403 Forbidden
403 Forbidden
The API key does not include the
read scope required for this route.
