Feedback and Error Reporting
Most inferences served by an AdeptID matching endpoint include an operation_id
as part of the endpoint response.
The operation_id
is a unique identifier for the endpoint call. Whether conducting a one-to-one evaluation (e.g., one candidate to one destination job) or a one-to-many evaluation, a single operation_id
will be returned for that call.
Feedback
AdeptID's matching endpoints typically have a corresponding feedback endpoint which allows end users to submit feedback directly to AdeptID. The operation_id
is used in conjunction with various ID fields for candidate and job objects (e.g., id
, candidate_id
, job_id
) to allow us to assign feedback to a specific model result.
Error Reporting
The operation_id
is used by AdeptID to track, analyze, and investigate requests and responses. When asking us about a specific result, provide the operation_id
along with your question. This allows us to view the exact request in our logs and investigate further.
Updated about 11 hours ago