GET /jobs/<sessionid>/<jobname>/state

Get the status of a job configuration:

  • 0: stopped
  • 1: started

Parameters

None

Example of request

GET http://localhost:5000/jobs/procfile/dummy/state

1

resources informations

Authentication Require an admin or a session manager
HTTP Method GET