Skip to main content
GET
List intent-rule versions
Returns the version history for one intent rule. Business Rules do not support this route.
This endpoint supports intent rules only.

Headers

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

Path parameters

string
required
Intent-rule ID.

Response

string
Rule ID.
string | null
Active published version ID.
RuleVersion[]
Version history. Each item uses the shared Rule version shape without flowConfig.

Errors

The specified rule is a Business Rule. Version routes support intent rules only.
The API key is missing, malformed, revoked, or invalid.
The API key does not include the read scope required for this route.
The rule does not exist in your workspace.