Home

/jobs/bytype

Gets the total job count per job type, at one hour intervals, in a given time window.

Request
GET http://unravel-host:3000/api/v1/jobs/bytype?from={timestamp}&to={timestamp}
Path parameters

None.

Query parameters

Required parameters are highlighted.

Name

Type

Description

from

string

Start date. Format YYYY-MM-DD

to

string

End date. Format YYYY-MM-DD

Response body
[
  "string"
]
Examples

Request:

curl -X GET "http://http://myserver.com:3000/api/v1/jobs/bytype" -H  "accept: application/json" -H  "Authorization: JWT token"