Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Your authentication credentials. For Basic authentication, please populate Basic $INWORLD_API_KEY.

Please make sure your API Key has write permissions for the Router API in order to create, update, and delete routers. You can create a key in one command with the Inworld CLI: inworld workspace add-key.

Query Parameters

page_size
integer<int32>

The maximum number of routers to return.

Required range: x >= 0
page_token
string

A page token, received from a previous ListRouters call.

Response

A successful response.

routers
object[]

The list of routers.

next_page_token
string

A token to retrieve the next page of results.