Skip to main content
GET
Get an associated items pool.

Authorizations

Authorization
string
header
required

Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.

Path Parameters

serving_context
string
required

Lookup context in kind[:child[:value]] form. e.g. all, ad_unit:<id>, segment:<id>.

key
string
required

Seed catalog item ID (external ML system format).

Response

Successful Response

Response schema for GET.

key
string
required

Seed catalog item ID

Minimum string length: 1
pool
RecommendationCandidateSchema · object[]
required

Related candidates for key, in rank order

serving_context
string
required

Lookup context, e.g. all, ad_unit:<id>, segment:<id>

Minimum string length: 1
snapshot_id
string
required

Precomputation batch this pool belongs to

Minimum string length: 1
created_at
string<date-time> | null
updated_at
string<date-time> | null