❉FlywheelDocs

Start

Flywheel DocsFlywheel TutorialQuickstartInstall

Reference

CLI Reference
API Reference
Get ContractGet Contract SectionList Approval SessionsApproval Session ExpireApproval Session HeartbeatApproval Session OpenGet Campaign SubmissionRequest Compute Grant ApprovalCompute CatalogCompute ConnectionCompute FundingCompute GrantsCommit New NodeGet Node AncestryBulk Delete ArtifactsFinalize Artifact UploadsPrepare Artifact UploadsDelete ArtifactGet Artifact Campaign SubmissionSet Artifact NoteList Node Campaign SubmissionsGet Campaign SnapshotCommit NodeCompute Acquire Node ScopedList ExecutionsLaunch ExecutionTerminate ExecutionAdd ParentRemove ParentRefresh Remote ArtifactResolve Remote ArtifactAcquire Stage Lease EndpointHeartbeat Stage Lease EndpointRelease Stage Lease EndpointSummarize Node TreeMcp List Hook RunsMcp List Hook SecretsMcp Create Hook SecretMcp Update Hook SecretMcp Delete Hook SecretMcp List HooksMcp Create HookMcp Update HookMcp Delete HookMcp Set Hook EnabledCampaign BudgetsCreate Campaign BudgetUpdate Campaign BudgetRevoke Campaign Budget
API ReferenceMcp

Get Contract Section

GET/mcp/contract/sections/{section_id}

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

section_id*Section Id

Response Body

application/json

application/json

curl -X GET "https://flywheel.paradigma.inc/api/mcp/contract/sections/string"
{}
{
  "detail": [
    {
      "ctx": {},
      "input": null,
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

Get Contract

Previous Page

List Approval Sessions

Next Page