Jobs
Close Job
Close an open job to new proposals.
POST
Closes a job — it leaves the public marketplace and stops accepting proposals. Existing contracts on the job are unaffected (end those separately via
No body.
POST /contracts/{id}/end). Idempotent: closing an already-closed job returns 200 with alreadyClosed: true.
Requirements: jobs:write scope + the public_api_job_publishing feature. The job must be yours.
Request
The job ID.
Response
true on success.The job ID.
ARCHIVED.true when the job was already closed (no-op).Errors
| Status | code | Meaning |
|---|---|---|
401 | UNAUTHORIZED | Missing or invalid token |
403 | FORBIDDEN | Missing jobs:write scope or feature disabled |
404 | NOT_FOUND | No such job, or not yours |