CronHub Orchestration Protocol
API docs for registering, running, and operating scheduled jobs.
This page is rendered from the same OpenAPI artifact published by the Phoenix core API. Authenticated endpoints use Authorization: Bearer <api-key>and operate inside the API key's organization.
Protocol
1.0.0
Endpoints
9
Auth
Bearer key
Scope
Org-bound
Endpoint Inventory
Generated from public/docs/cop-openapi.json.
Base path /api/v1
POST
/api/v1/registerRegister a service and its jobs
POST
/api/v1/jobs/{id}/pausePause a job
POST
/api/v1/jobs/{id}/resumeResume a job
POST
/api/v1/jobs/{id}/triggerTrigger a job manually
POST
/api/v1/jobs/{id}/resetReset a job circuit breaker
GET
/api/v1/jobs/{id}/runsList runs for a job
DELETE
/api/v1/jobs/{id}Delete a registered job
POST
/api/v1/runs/{run_id}/completeComplete a run
GET
/api/v1/servicesList registered services