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

Authorizations

Authorization
string
header
required

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

Path Parameters

name
string
required

The name of your app

Query Parameters

since
string
required

Show logs since timestamp

Response

Successful operation

type
string
datetime
string
message
string