Skip to content

List routing rules

projectId
required
string

Tenant project id (row-level isolation on every query).

Routing rules (joined with provider name), ordered by priority.

Media typeapplication/json
object
rules
Array<object>
object
id
string
projectId
string
name
string
priority
integer
enabled
boolean
matchJson
object
key
additional properties
any
providerId
string
providerName
string | null
createdAt
string format: date-time
updatedAt
string format: date-time

Not authenticated (no valid session/principal).

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}

Authenticated but lacks the required project role.

Media typeapplication/json
object
error
required

Human-readable error message.

string
message
string
Examplegenerated
json
{
"error": "example",
"message": "example"
}