Skip to content

GET /job/{job_key}/time

Get Job Elapsed Time

GET
/job/{job_key}/time

Fetch elapsed and estimated time metrics for a job.

Executes GET_JOB_ELAPSED_TIME and returns timing data including elapsed
time, estimated remaining time, and on-time status for the given job.

Emits: (read-only — no event)
Required scope: production:job:read

Authorizations

OAuth2PasswordBearer
password Flow
Token URL"/api/auth"
Scopes:
  • "admin"User can access and edit users and system settings
  • "library"User can access and edit products
  • "production"User can access and edit production plans
  • "operator"User can access the operator panel and make production declarations

Parameters

Path Parameters

job_key*
Required

Responses

Successful Response

application/json
JSON
{
  
"status": 200,
  
"message": "string",
  
"detail": "string"
}

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.