GET
/
scoring_system
/
generate
/
{job_id}
/
messages
JavaScript
import PiClient from 'withpi';

const client = new PiClient({
  apiKey: 'My API Key',
});

const response = await client.scoringSystem.generate.streamMessages('job_id');

console.log(response);
"<string>"

Authorizations

x-api-key
string
header
required

Path Parameters

job_id
string
required

Response

200
text/plain

Streaming messages from the job

The response is of type string.