Skip to main content
GET
/
v1
/
projects
/
{name}
/
events
Get events of the app
curl --request GET \
  --url https://api.iran.liara.ir/v1/projects/{name}/events \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "metaData": {},
      "values": [
        [
          "<string>"
        ]
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.liara.ir/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Path Parameters

name
string
required

The name of the app

Query Parameters

Show events based on search query

start
number

start timestamp

end
number

end timestamp

Response

Successful operation

data
object[]
required