Skip to main content
GET
List targets for a given specialization

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

The id corresponding to the specialization to list targets for.

Query Parameters

model
string
default:latest

The desired model to use.

Response

Expected response to a valid request

name
string
required

The name of the specialization target.

description
string
required

A description of the specialization target.

ruleOutOnly
boolean
required

When true, billing data can confidently rule a provider out for this target but cannot reliably rule them in. Whether a target can be ruled in is determined empirically from the data, not by hand.

status
enum<string>
required

Describes whether predictions for this target are included within this model.

Available options:
predicted,
omitted