Skip to main content
GET
List rules in a library
Same shape as List process rules, but scoped to a single library version. Useful for reading a specific historical snapshot rather than the current active one.

Authorizations

Authorization
string
header
required

Bearer token from app.seynlabs.com → Settings → API Keys. Send as Authorization: Bearer sk_live_....

Path Parameters

id
string<uuid>
required

Query Parameters

reviewStatus
enum<string>

Filter by human-review status.

Available options:
inferred,
confirmed,
rejected,
modified

Substring match against rule description (case-insensitive).

limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0

Response

Rules scoped to the library.

success
enum<boolean>
required
Available options:
true
data
object[]
required
meta
object
required