Skip to main content
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 one Action / Attribute. Check sendToLlm on each outputSchema field to see which values are visible to the agent.

Errors

The API key is missing, malformed, revoked, or invalid.
The API key does not include the read scope required for this route.
No attribute with that ID exists in your workspace.