v58

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-036490116.2 KB
Scoring
Rulesets

Get a specific ruleset

get/scoring/rulesets/{rulesetId}

Path parameters

rulesetIdstring required

The unique ID of ruleset

Response

Scoring ruleset found

idstring

The id of ruleset

namestring

The name of ruleset

descriptionstring

The description of ruleset

payloadstring

The ruleset payload

format'GRAVITEE_FEDERATION' | 'GRAVITEE_MESSAGE' | 'GRAVITEE_PROXY' | 'GRAVITEE_NATIVE' | 'GRAVITEE_V2' | 'OPENAPI' | 'ASYNCAPI'

The format of scoring asset

createdAtstring date-time

The date at which the ruleset was created

updatedAtstring date-time

The date at which the ruleset was updated

referenceIdstring

The reference Id of ruleset

referenceType'ENVIRONMENT'

Example response

{
  "createdAt": "2020-01-01T00:00:00Z",
  "updatedAt": "2020-01-01T00:00:00Z"
}