Skip to main content
GET
Get action
Returns one Action / Attribute, including its inputSchema and outputSchema. For an action, expect alwaysGet: false.

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 to fetch.

Response

Returns one Action / Attribute.

Errors

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