---
title: "Get events of the app"
method: GET
path: "/v1/projects/{name}/events"
tags: ["Apps"]
---

# Get events of the app

`GET /v1/projects/{name}/events`

get events of the app owned by user

## Path parameters

- `name` string, required

## Query parameters

- `search` string
- `start` number
- `end` number

## Response `200`

Successful operation

- object
  - `data` object[], required
    - `metaData` object
    - `values` array[]
      - string[]

## Other responses

- `400` — Bad request
- `401` — Missing authentication
- `404` — App does not exists.

## Changes

- **2024-06-04** `a115c7cde03a` — 2 info
  - added the new optional `query` request parameter `end`
  - added the new optional `query` request parameter `start`
- **2023-12-27** `1dca75c2498f` — 1 warning, 1 info
  - deleted the `query` request parameter `since`
  - added the new optional `query` request parameter `search`
- **2023-12-23** `8e9775c3429f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/liara-cloud/apis/paas/changes/v1/projects/:name/events/get.md)

---

[API](https://skmtc.dev/liara-cloud/apis/paas.md) · [All operations](https://skmtc.dev/liara-cloud/apis/paas/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liara-cloud/paas/revisions/4413e6f56089/schema)
