---
title: "Get a list of events associated with an application"
method: GET
path: "/api/v0/applications/{id}/history-search"
tags: ["application"]
---

# Get a list of events associated with an application

`GET /api/v0/applications/{id}/history-search`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `eventType` string[]

## Headers

- `X-Service-Name` 'CIVIL_APPLY' | 'CIVIL_DECIDE', required

## Response `200`

Success

- ApplicationHistoryResponse
  - `events` ApplicationDomainEvent[]
    - `applicationId` string, uuid, required
    - `caseworkerId` string, uuid
    - `domainEventType` 'APPLICATION_CREATED' | 'APPLICATION_UPDATED' | 'ASSIGN_APPLICATION_TO_CASEWORKER' | 'UNASSIGN_APPLICATION_TO_CASEWORKER' | 'APPLICATION_MAKE_DECISION_REFUSED', required
    - `createdAt` string, date-time, required
    - `createdBy` string, required
    - `eventDescription` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/ministryofjustice/apis/openapi-definition-2.md) · [All operations](https://skmtc.net/ministryofjustice/apis/openapi-definition-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ministryofjustice/openapi-definition-2/revisions/ed2b830f0081/schema)
