Progress

List progress for services of org

get
Authorizations
Query parameters
service_idstringOptional

service id filter

Responses
200

OK

application/json
get
GET /notifications/v1/service/progress HTTP/1.1
Host: api.skysql.com/
X-API-Key: YOUR_API_KEY
Accept: */*
[
  {
    "service_id": "text",
    "steps": [
      {
        "name": "text",
        "state": "text"
      }
    ]
  }
]

Was this helpful?