Skip to main content
GET
Get Projection

Authorizations

Authorization
string
header
required

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

Path Parameters

job_id
string
required

Query Parameters

limit
integer
default:2500
Required range: 1 <= x <= 5000

Response

Successful Response

A deterministic sample of a prediction job's model embedding projection.

job_id
string
required
total_points
integer
required
sampled
boolean
required
points
JobProjectionPoint · object[]
required
method
string
default:pca-2d
Allowed value: "pca-2d"