Skip to main content
GET
Get a ModelRoutingProfile revision

Authorizations

Authorization
string
header
required

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

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-24

Path Parameters

id
string
required
Pattern: ^mrp_[0-9a-f]{32}$
revision_number
string
required

Response

candidate providers and credential sources must match the revision access mode

id
string
required
Pattern: ^mrprev_[0-9a-f]{32}$
model_routing_profile_id
string
required
Pattern: ^mrp_[0-9a-f]{32}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
revision_number
integer
required
Required range: x > 0
model_access_mode
enum<string>
required
Available options:
platform_routed,
harness_owned
routing_policy
enum<string>
required
Available options:
cheapest_sufficient,
pinned,
fallback
candidates
object[]
required
Required array length: 1 - 64 elements
content_sha256
string
required
Pattern: ^sha256:[0-9a-f]{64}$
published_by
object
required
published_at
string
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$