---
title: "Get job description results for a specific job description file"
method: GET
path: "/v2/job_descriptions/{identifier}"
tags: ["Job Description Parser"]
deprecated: true
---

# Get job description results for a specific job description file

`GET /v2/job_descriptions/{identifier}`

> **Deprecated.**

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

## Path parameters

- `identifier` string, required

## Response `200`

Successfully retrieved parsed job description

- JobDescription — unresolved $ref

## Other responses

- `400` — Bad request. If it is a validation error will contain a list of each invalid field
- `401` — Authorisation error
- `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)
