Skip to main content
GET
List agent assignments
Returns the agent assignments for one attribute. Assignments are what make an attribute run for an agent’s conversations.

Headers

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

Path parameters

string
required
Attribute ID whose assignments you want.

Response

Returns a top-level array of Agent assignment objects.

Errors

The API key is missing, malformed, revoked, or invalid.
The API key does not include the read scope required for this route.