---
title: "Query the status of the eAU request"
method: GET
path: "/custom/datev/eau-requests/{eau_id}"
tags: ["Custom Endpoints"]
---

# Query the status of the eAU request

`GET /custom/datev/eau-requests/{eau_id}`

This endpoint queries the status of the eAU request for the given DATEV integration.

## Path parameters

- `eau_id` string, required

## Headers

- `X-Integration-Id` string, required

## Response `200`

GET /custom/datev/eau-requests/:eau_id Positive response

- GetCustomDatevEauRequestsEauIdPositiveResponse
  - `status` 'success', required
  - `data` object, required
    - `raw` object, required
      - `source` string, required — DATEV source system system (LuG or LODAS).
      - `start_work_incapacity` string, required — 2022-01-13
      - `collaboration_identifier` string — Internal DATEV identifier.
      - `feedbacks_from_health_insurance` object[], required
        - `guid` string, required — The unique identifier of the feedback.
        - `contact_person` object, nullable, required
          - `gender_contact_person` 'M' | 'F' | 'X' | 'D', nullable — [DEPRECATED] Gender of the contact person. M (male), W (female), X (unknown), D (divers).
          - `name` string, required — Name of the contact person.
          - `telephone` string, required — Telephone number of the contact person.
          - `fax` string, nullable, required — Fax number of the contact person.
          - `email` string, nullable, required — Email address of the contact person.
          - `name1_health_insurance` string, required — Name of the health insurance.
          - `name2_health_insurance` string, nullable — [DEPRECATED] Second part of the health insurance name.
          - `name3_health_insurance` string, nullable — [DEPRECATED] Third part of the health insurance name.
          - `postal_code` string, required — Postal code of the contact person.
          - `city` string, required — City of the contact person.
          - `street` string, nullable, required — Street of the contact person.
          - `house_number` string, nullable, required — House number of the contact person.
        - `incapacity_for_work` object, required
          - `start_work_incapacity_employer` string, required — yyyy-MM-dd date provided in the initial request.
          - `start_work_incapacity_au` string, nullable, required — yyyy-MM-dd start date of the AU.
          - `end_work_incapacity_au` string, nullable, required — yyyy-MM-dd expected end date of the AU.
          - `actual_end_work_incapacity_au` string, nullable — yyyy-MM-dd actual end date after the hospitalization report was received.
          - `date_of_diagnosis` string, nullable, required — yyyy-MM-dd date of diagnosis
          - `flag_current_work_incapacity` number, double, nullable, required — Flag: 0 = unknown Flag: 1 = Health insurance not responsible Flag: 2 = incapacity for work Flag: 3 = hospitalisation Flag: 4 = eAU or hospitalisation-report is not existing Flag: 5 = rehabilitation prevention Flag: 6 = inpatient hospital treatment Flag: 7 = in verification Flag: 8 = other evidence available Flag: 9 = forwarding procedure
          - `accident_at_work` boolean, required — If the accident is a work accident according to § 295 Para. 1 SGB V.
          - `assignment_accident_insurance_doctor` boolean, required — Indication of whether the insured person has been assigned to the accident insurance doctor.
          - `other_accident` boolean, required — If the accident is the result of another accident according to § 295 Para. 1 SGB V.
          - `start_hospitalisation` string, nullable — [DEPRECATED] yyyy-MM-dd start date of the hospitalization.
          - `end_hospitalisation` string, nullable — [DEPRECATED] yyyy-MM-dd end date of the actual hospitalization.
          - `initial_certificate` boolean, required — Whether the certificate is initial or a follow up certificate.
          - `automatic_feedback_until` string, nullable, required — yyyy-MM-dd date until the health insurance will update this requests status.
        - `error_block_list` object[], nullable, required
          - `origin` string, nullable, required — Origin of the error. (Health insurance or DATEV)
          - `error_number` string, nullable, required — Error code
          - `error_text` string, nullable, required — Human readable description of the error.
          - `error_value` string, nullable, required — Erroneous value in case of a validation error. (e.g. date)
  - `warnings` object[], required — These are the interaction warnings that are shown in the dashboard. They are meant to provide debug information to you. We recommend logging them to the console.
    - `message` string, required

## Other responses

- `default` — The standard error response with just the platform error codes.

---

[API](https://skmtc.net/kombo/apis/kombo-api.md) · [All operations](https://skmtc.net/kombo/apis/kombo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kombo/kombo-api/versions/1e45035b96d3/schema)
