LeverOps_Suite
Lever ATS read-mostly operations bridge for pipeline reporting and note write-back. Wrapped for Pipeline Health Audit v1.0.0. Uses HTTP Basic auth with Lever API key. provider: lever.
POST /v1/opportunities/{id}/notes. WRITE operation - requires explicit user/steward intent before execution. Idempotency is enforced at the skill layer via a deterministic note key embedded as the first line of the body.
GET /v1/opportunities/{id}. Returns the full opportunity record.
GET /v1/postings/{id}. Used for targeted scope queries.
GET /v1/archive_reasons. Returns canonical archive reasons, grouped as hired or non-hired, for loss-reason rollups.
GET /v1/opportunities. Paginated list, filterable by stage, posting, owner, and archived state.
GET /v1/opportunities/{id}/stage_changes. Returns the ordered stage transition log used to compute time-in-stage.
GET /v1/postings. Paginated. Provides role, team, and location join keys for opportunity grouping.
GET /v1/stages. Returns the canonical pipeline stages and their order. Cached for the run duration.
GET /v1/users. Returns owner identities for the load distribution analysis.
Pure-logic reducer. Joins opportunities, stage histories, stages, postings, users, archive reasons, stage SLAs, and asOf into the report payload.
Persist the report payload as an Ethoswarm Artifact with logicalType=reference and fileType=json.