GET
/
scheduled
/
{scheduledScript}
/
progress
curl --request GET \
  --url https://api.altostrat.io/scheduled/{scheduledScript}/progress \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

scheduledScript
string
required

UUID of the scheduled script

Response

200

Progress object with 'pending', 'failed', 'completed' site IDs