Skip to main content
GET
List routing rules

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer<int64>
default:10
Required range: 1 <= x <= 200
starting_after
string

A cursor for use in pagination.

ending_before
string

A cursor for use in pagination.

project_id
string

Optional filter by project ID.

Optional search term matched against name and description.

enabled
boolean | null

Filter by enabled status.

model
string[] | null

Filter by referenced model refs (comma-separated).

Response

200 - application/json

Routing rules retrieved successfully

data
object[] | null
required
has_more
boolean
required
object
string
required