Skip to main content
GET
Get Application CV Evaluation

Authorizations

Authorization
string
header
required

API key authentication for the public API. Pass your API key as a Bearer token.

Path Parameters

application_id
string<uuid>
required

Response

200 - application/json

Detailed serializer for CV evaluation with complete nested data.

Returns:

  • Overall evaluation results (score, summary, tagline)
  • Strengths, weaknesses, and red flags
  • Individual criteria scores with evidence highlights
  • Error details if evaluation failed
id
string<uuid>
required
read-only
status
enum<string>
required

Evaluation processing status

  • pending - Pending
  • completed - Completed
  • failed - Failed
Available options:
pending,
completed,
failed
overall_score
string<decimal> | null
required
read-only

Aggregate score across all criteria on a 0 to 5 scale. Null until the evaluation completes.

Pattern: ^-?\d{0,3}(?:\.\d{0,2})?$
overall_score_explanation
string | null
required
read-only

Explanation of the overall score calculation

tagline_summary
string | null
required
read-only

Concise one-line summary for quick overview (e.g., 'Strong technical fit with leadership gaps')

summary
string | null
required
read-only

Comprehensive evaluation summary synthesizing all assessment data into hiring recommendation (2-4 paragraphs)

strengths
string[] | null
required
read-only

Key strengths identified in the CV (2-5 items)

weaknesses
string[] | null
required
read-only

Areas for improvement or skill gaps (2-5 items)

red_flags
string[] | null
required
read-only

Serious concerns or deal-breakers (0-3 items)

evaluated_at
string<date-time>
required
read-only
criteria_scores
object[]
required
read-only
error_display
unknown
required