Skip to content

Get the cached talent-org match score

GET
/marketplace/talent/{sdr_id}/match

Get the cached match score for this org × this talent.

If no score exists yet, dispatches an async compute and returns {"status": "generating"} with a 202 Accepted. Subsequent calls return the computed score (200) once the worker lands.

Authorizations

Parameters

Path Parameters

sdr_id
required
string

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required
object
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string