Skip to main content
GET
Get Resume
Retrieve a resume record previously created via Upload Resume, including its parsed data and current status.

Endpoint

Authentication

x-api-key
string
required
Your Hirebase API key. Required — this is an always-authenticated endpoint.

Path Parameters

resume_id
string
required
The _id returned by Upload Resume.

Response

Returns the same record shape as Upload Resume.
_id
string
Resume record id.
user_id
string
Owner of the record.
resume_url
string
Stored file URL.
parsed_data
object | null
Structured resume fields, or null if the resume has not been parsed yet.
status
string
"uploaded" or "parsed".
created_at
string
Creation timestamp (ISO 8601).
updated_at
string
Last-updated timestamp (ISO 8601).

Example Request

Example Response