/jobs
Gets total job count, at one hour intervals.
Request
GET http://unravel-host
:3000/api/v1/jobs?from={timestamp}&to={timestamp}
Path parameters
None.
Query parameters
Name | Type | Description |
---|---|---|
| string | Start date. Format |
| string | End date. Format |
Response body
[ "string" ]
Examples
Request:
curl -X GET "http://http://myserver.com:3000/api/v1/jobs" -H "accept: application/json" -H "Authorization: JWT token
"