---
title: "Get parse results for a specific resume"
method: GET
path: "/v2/resumes/{identifier}"
tags: ["Resume Parser"]
deprecated: true
---

# Get parse results for a specific resume

`GET /v2/resumes/{identifier}`

> **Deprecated.**

Returns all the parse results for that resume if processing is completed.
The `identifier` is the unique ID returned after POST-ing the resume via the [/resumes](#post-/resumes) endpoint.

## Path parameters

- `identifier` string, required — A random string that uniquely identify the resource.

## Query parameters

- `format` 'hr-xml'

## Response `200`

Successfully retrieved resume

- Resume — unresolved $ref

## Other responses

- `400` — Bad request. If it is a validation error will contain a list of each invalid field
- `401` — Authorisation error
- `403` — Forbidden error
- `404` — Bad request. If it is a validation error will contain a list of each invalid field
- `default` — UnexpectedError

---

[API](https://skmtc.net/affinda/apis/affinda-api.md) · [All operations](https://skmtc.net/affinda/apis/affinda-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/affinda/affinda-api/revisions/5f71e092a3e8/schema)
