---
title: "Get estimate completion date of associated application reference"
method: GET
path: "/v1/applications/{application_reference}/estimate-completion-date"
tags: ["ECD"]
---

# Get estimate completion date of associated application reference

`GET /v1/applications/{application_reference}/estimate-completion-date`

Get estimated completion date for register create/update applications associated to application reference.

## Path parameters

- `application_reference` string, required — HMLR generated unique set of characters that identifies applications

## Response `200`

Successfully retrieved the application estimate completion date

- object
  - `data` ECDResponseData, required — Response object
    - `application_reference` string, required — HMLR generated unique set of characters that identifies applications
    - `application_status` 'DELAYED' | 'CANCELLED' | 'RECEIVED' | 'COMPLETED', required — A code representing the status of an application. - DELAYED: The application has requisitions, an extension of time has been granted, a site visit has been requested, the application has been referred internally or there are prior pending applications. - RECEIVED: The application has been received, the priority is protected and is awaiting processing. - CANCELLED: The application has been cancelled and removed from the Daylist. - COMPLETED: The application has been completed and is no longer active on the Daylist.
    - `application_priority_date` string, date, required — Date of a Land Registry Application that is used to confer priority.
    - `estimated_completion_date_status` 'AVAILABLE' | 'CALCULATING' | 'EXCEEDED' | 'UNAVAILABLE' | 'NOT_APPLICABLE', required — A code representing the status of obtaining the estimated completion date. - AVAILABLE: ECD is available - CALCULATING: This is shown when the ECD for the application is being calculated for the first time. - EXCEEDED: ECD is unavailable. This is shown when the ECD for the application has elapsed. - UNAVAILABLE: ECD is unavailable. Application status is completed or cancelled. - NOT_APPLICABLE: ECD is unavailable.
    - `estimated_completion_dates` ECD[]
      - `date` string, date — ECD is calculated using the time in which 90% of the application type were completed. See documentation for current calculation ruleset.
      - `probability` number — The chance the application will be completed by this date.

## Other responses

- `4XX` — client errors
- `5XX` — An error has occurred.

---

[API](https://skmtc.dev/hm-land-registry/apis/estimate-completion-date-api.md) · [All operations](https://skmtc.dev/hm-land-registry/apis/estimate-completion-date-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hm-land-registry/estimate-completion-date-api/revisions/7612eb3ea241/schema)
