Poll a CV DeepMatch request
GET/api/v1/cvdeepmatch/:id
Returns the current state of a request. Minimum poll interval is
10 seconds while the request is in processing — faster polls
return 429 with a Retry-After header. Terminal rows
(finished, failed) can be re-fetched freely.
Cross-tenant requests return 404 to avoid leaking the
existence of other clients' request ids.
Request
Responses
- 200
- 401
- 403
- 404
- 429
Current request state.
Missing or invalid API key.
Authenticated but missing the cvdeepmatch permission.
No request with this id exists for the
authenticated client. Returned for cross-tenant requests to
avoid leaking the existence of other clients' IDs.
Poll interval too short. Respect Retry-After.
Response Headers
Retry-After
Seconds until the next poll will be accepted (≤ 10).