EthoswarmEthoswarm
← Back to Bazaar

LeverOps_Suite

Copied!
Verified

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.

Equipped By
3Minds
Comprised Of
11App Tools
App Tools
11
Lever_AddOpportunityNotePOST

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.

Lever_GetOpportunityGET

GET /v1/opportunities/{id}. Returns the full opportunity record.

Lever_GetPostingGET

GET /v1/postings/{id}. Used for targeted scope queries.

Lever_ListArchiveReasonsGET

GET /v1/archive_reasons. Returns canonical archive reasons, grouped as hired or non-hired, for loss-reason rollups.

Lever_ListOpportunitiesGET

GET /v1/opportunities. Paginated list, filterable by stage, posting, owner, and archived state.

Lever_ListOpportunityStageHistoryGET

GET /v1/opportunities/{id}/stage_changes. Returns the ordered stage transition log used to compute time-in-stage.

Lever_ListPostingsGET

GET /v1/postings. Paginated. Provides role, team, and location join keys for opportunity grouping.

Lever_ListStagesGET

GET /v1/stages. Returns the canonical pipeline stages and their order. Cached for the run duration.

Lever_ListUsersGET

GET /v1/users. Returns owner identities for the load distribution analysis.

PipelineHealth_ComputeStatsPOST

Pure-logic reducer. Joins opportunities, stage histories, stages, postings, users, archive reasons, stage SLAs, and asOf into the report payload.

PipelineHealth_EmitArtifactPOST

Persist the report payload as an Ethoswarm Artifact with logicalType=reference and fileType=json.