Javascript
import Runloop from '@runloop/api-client'; const client = new Runloop({ bearerToken: 'My Bearer Token', }); const scorer = await client.scenarios.scorers.retrieve('id'); console.log(scorer.id);
{ "id": "<string>", "type": "<string>", "bash_script": "<string>" }
Retrieve Scenario Scorer.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The Scorer ID.
OK
A ScenarioScorerView represents a custom scoring function for a Scenario.
Was this page helpful?