Skip to main content
GET
/
v1
/
projects
/
{name}
/
applets
Get applets of app
curl --request GET \
  --url https://api.iran.liara.ir/v1/projects/{name}/applets \
  --header 'Authorization: <api-key>'
{
  "applets": [
    {
      "id": "<string>",
      "name": "<string>",
      "timestamp": "<string>",
      "state": "<string>",
      "reason": "<string>",
      "release": {
        "releaseID": "<string>",
        "tag": "<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

Response

Successful operation

applets
object[]