get https://app.modzy.com/api/metrics/jobs
This endpoint returns a list of the jobs run within a time frame. It can be sorted by identifier
and teamIdentifier
.
Roles
All the roles can access this route.
Responses
This endpoint returns a list of the jobs run within a time frame. It can be sorted by identifier
and teamIdentifier
.
Roles
All the roles can access this route.
xxxxxxxxxx
curl --request GET \
--url https://app.modzy.com/api/metrics/jobs \
--header 'Authorization: ApiKey <YOUR API KEY HERE>' \
--header 'accept: application/json'