---
title: "Returns data indicating whether a client should updates it service list"
method: GET
path: "/current-api-session/service-updates"
tags: ["Current API Session", "Services"]
---

# Returns data indicating whether a client should updates it service list

`GET /current-api-session/service-updates`

Retrieves data indicating the last time data relevant to this API Session was altered that would necessitate
service refreshes.

## Response `200`

Data indicating necessary service updates

- ListCurrentApiSessionServiceUpdatesEnvelope
  - `data` CurrentApiSessionServiceUpdateList, required
    - `lastChangeAt` string, date-time, required
  - `meta` Meta, required
    - `apiEnrollmentVersion` string
    - `apiVersion` string
    - `filterableFields` string[]
    - `pagination` Pagination
      - `limit` number, required
      - `offset` number, required
      - `totalCount` number, required

## Other responses

- `401` — The supplied session does not have the correct access rights to request this resource
- `429` — The resource requested is rate limited and the rate limit has been exceeded
- `503` — The request could not be completed due to the server being busy or in a temporarily bad state

---

[API](https://skmtc.net/openziti/apis/ziti-edge-client.md) · [All operations](https://skmtc.net/openziti/apis/ziti-edge-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openziti/ziti-edge-client/versions/25da9a73a095/schema)
