Get attribute
Attributes
Get attribute
Fetch one attribute by ID.
GET
Get attribute
Returns one
Action / Attribute, including its inputSchema and outputSchema. For an attribute, expect alwaysGet: true.
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 to fetch.
Response
Returns oneAction / Attribute. Check sendToLlm on each outputSchema field to see which values are visible to the agent.
Errors
403 Forbidden
403 Forbidden
The API key does not include the
read scope required for this route.404 Not Found
404 Not Found
No attribute with that ID exists in your workspace.

