---
title: "Get application details"
method: GET
path: "/v1/applications/{application_request_id}/information"
tags: ["Application information API"]
---

# Get application details

`GET /v1/applications/{application_request_id}/information`

Can return status, fees and correspondence documents for an application

## Path parameters

- `application_request_id` string, required

## Response `200`

Request status received

- ApplicationInformationDataResponse — Data wrapper for the status response
  - `data` ApplicationInformationResponse — The response object for the application status endpoint
    - `correspondences` CorrespondenceRecordInApplicationInformation[] — A list of correspondence records on the application
      - `documents` CorrespondenceRecordDocumentItemWithDownloadId[], required — List of documents in the correspondence record
        - `created_at` string
        - `download_id` string
        - `type` CorrespondenceDocumentType, required
          - `code` string
          - `name` string
      - `record_id` string, required — ID of the correspondence record
    - `errors` ProblemDetails[] — A list of errors that caused the application to not be accepted
      - `type` string, required — The type of error received
      - `detail` string, required — A longer description about the type of error received
      - `pointer` string — A JSON pointer to the location in the JSON payload that caused the error (optional)
    - `hmlr_reference` string — The reference used by HM Land Registry to identify the application
    - `priority_timestamp` string, date-time — The priority date and time of when the application was accepted onto the day list
    - `application_request_id` string — The ID of the application submission request
    - `status` 'VALIDATING' | 'SYSTEM_ERROR' | 'VALIDATION_FAILED' | 'ACCEPTED_AWAITING_PRIORITY' | 'ACCEPTED_PRIORITY_PROTECTED' — * `VALIDATING` - The application is currently being processed. * `SYSTEM_ERROR` - There was an error creating the application, please retry the submission. * `VALIDATION_FAILED` - We have not accepted the application due to validation errors * `ACCEPTED_AWAITING_PRIORITY` - The application has passed validation, and will be accepted onto the day list when it reopens * `ACCEPTED_PRIORITY_PROTECTED` - The application has been accepted onto the day list
    - `warnings` string[] — Warnings that need to be actioned before the application is processed by a caseworker, otherwise a requisition may be issued.

## Other responses

- `400` — Bad Request
- `401` — Unauthorised - an access token is required
- `404` — Application creation request not found in the system
- `500` — Internal Server Error

---

[API](https://skmtc.net/hm-land-registry/apis/v1-0-submit-an-application-to-change-the-land-register-api-s.md) · [All operations](https://skmtc.net/hm-land-registry/apis/v1-0-submit-an-application-to-change-the-land-register-api-s/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hm-land-registry/v1-0-submit-an-application-to-change-the-land-register-api-s/revisions/6964bf9fc289/schema)
