---
title: "List global callbacks"
method: GET
path: "/eclipse-conductor/rest/v1/global/callback"
tags: ["z) Global Functionality"]
---

# List global callbacks

`GET /eclipse-conductor/rest/v1/global/callback`

## Query parameters

- `callbackId` integer
- `dateFromIncl` string
- `dateToExcl` string
- `limit` integer
- `offset` integer
- `status` 'DELETED' | 'DO_FAILURE' | 'DO_SUCCESS' | 'PENDING' | 'WAS_DO_FAILURE' | 'WAS_DO_SUCCESS' | 'WAS_FAILURE' | 'WAS_SUCCESS'

## Response `200`

OK

- EclipseCallback[]
  - `callbackId` integer — CallbackId for callbacks
  - `created` string, date-time — Created Date of callbacks
  - `dependsOnCallbackIds` string — Depends On Callback IDs means that certain callbacks are dependent on the successful completion of other specific callbacks before they can be executed or processed.
  - `expires` string, date-time — Expiration Date of callbacks
  - `failureData` string — failureData of a callback represents the data payload or response received when an HTTP request fails to process successfully.
  - `httpMethod` string — The httpMethod of a callback indicates the specific HTTP method used to send the callback request, such as GET, POST, PUT, or DELETE.
  - `lastModified` string, date-time — Last Modified Date of callbacks
  - `latencyMs` integer — The latency in milliseconds (ms) of callbacks refers to the time taken for the system to process and respond to the callback request.
  - `mediaType` string — The mediaType of callbacks refers to the format or type of media used to transmit callback data, such as JSON, XML, or multipart/form-data.
  - `path` string — The path (URL) of callbacks indicates the specific endpoint or route where the callback requests are sent to within the system's architecture.
  - `requestCount` integer — The request count of callbacks indicates the number of times an HTTP request for callbacks has been made.
  - `resultBody` string — resultBody of a callback contains the body of the HTTP response when a result is provided.
  - `resultCode` integer — The resultCode of callbacks represents the code or status returned by the system to indicate the outcome or result of the callback request.
  - `serviceType` string — The serviceType of callbacks refers to the specific type or category of the callback services being utilized in the system.
  - `status` 'DELETED' | 'DO_FAILURE' | 'DO_SUCCESS' | 'PENDING' | 'WAS_DO_FAILURE' | 'WAS_DO_SUCCESS' | 'WAS_FAILURE' | 'WAS_SUCCESS'
  - `successData` string — successData of a callback denotes the data payload or response received when an HTTP request is successfully processed.
  - `tryUntil` string, date-time — The tryUntil date of callbacks indicates the specific date or time until which the system will attempt to process the callback requests.

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/eftcorp/apis/eclipse-rest-api.md) · [All operations](https://skmtc.dev/eftcorp/apis/eclipse-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eftcorp/eclipse-rest-api/revisions/9213d52d49a3/schema)
