get
https://api.getkini.com/jobs/
Read a specific Job detail identified by its unique ID.
This endpoint returns a single job belonging to the authenticated company (or the company selected via the Company-Id header).
Use the id path parameter to look up the job; if the job does not belong to the scoped company, the API responds with a not-found error.
To partially update an existing job, use the PATCH /jobs/{id} endpoint, which accepts the same payload shape as job creation.