Describe Job
GET/jobs/:id
Returns detailed information about a specific job.
What is a Job?
A job is a unit of work that runs on one or more edge nodes. Jobs define:
- What to run: The job type (pipeline, query, etc.) and configuration
- Where to run: Node selection criteria (labels, resource requirements)
- How to run: Scheduling policy, restart behavior, resource limits
What You Get
- Complete job specification (name, type, config, selector)
- Current job status (state, version, revision)
- Timestamps (created_at, updated_at)
- Execution count and scheduling information
Request
Responses
- 200
- 400
- 404
- 500
OK
Bad Request
Not Found
Internal Server Error