v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01600974.4 KB
Model Router

List Model Routers

List Model Router configurations for the authenticated organization with cursor-based pagination.

get/v1/routers

Query parameters

cursorstring

Cursor from a previous response for fetching the next page of results.

limitinteger required

The maximum number of items to return per page.

Headers

X-Runway-Version'2024-11-06' required

The version of the RunwayML API being used. You can read more about versioning here.

Response

A paginated list of Model Router configurations.

hasMoreboolean required

Whether there are more items available after this page.

nextCursorstring nullable required

Cursor to use for fetching the next page, or null if there are no more pages.