---
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.

---

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