List intent-rule versions
Intent Rules
List intent-rule versions
List every version of an intent rule.
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
400 Bad Request
400 Bad Request
The specified rule is a Business Rule. Version routes support intent rules only.
403 Forbidden
403 Forbidden
The API key does not include the
read scope required for this route.404 Not Found
404 Not Found
The rule does not exist in your workspace.

