v53

OpenAPI 3.0.1raw.githubusercontent.com2026-07-31147343479.6 KB
Routing Strategies

Get Routing Strategy

Returns one routing strategy by id with its name, tags, channels, and the routing rules that decide provider order and fallback.

get/routing-strategies/{id}

Path parameters

idstring required

Routing strategy ID (rs_ prefix).

Response

idstring required

The routing strategy ID (rs_ prefix).

namestring required

Human-readable name.

descriptionstring nullable

Description of the routing strategy.

tagsstring[] nullable

Tags for categorization.

channelsMessageChannels required
providersMessageProviders required
createdinteger required

Epoch milliseconds when the strategy was created.

creatorstring required

User ID of the creator.

updatedinteger nullable

Epoch milliseconds of last update.

updaterstring nullable

User ID of the last updater.