---
title: "List Event Tasks"
method: POST
path: "/fetch/EVT"
tags: ["Logs"]
---

# List Event Tasks

`POST /fetch/EVT`

Retrieves a list of events generated by the Pricefx server. See the [Server Events](https://pricefx.atlassian.net/wiki/display/UNITY/Server+Events) article.

## Request body

- object
  - `endRow` integer
  - `oldValues` object, nullable
  - `operationType` string
  - `startRow` integer
  - `textMatchStyle` string
  - `data` object
    - `_constructor` string
    - `operator` string
    - `criteria` object[]
      - `fieldName` string
      - `operator` string
      - `value` string

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `startRow` integer
    - `data` EventTask[]
      - `typedId` string
      - `retriesLeft` integer
      - `createdBy` integer
      - `lastUpdateDate` string, date-time
      - `errorMessage` string
      - `name` string
      - `httpResponse` integer
      - `message` string
      - `version` integer
      - `createDate` string, date-time
      - `lastUpdateBy` integer
    - `endRow` integer
    - `totalRows` integer
    - `status` integer

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
