❉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

List Executions

GET/v1/nodes/{node_id}/executions

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

node_id*Node Id

Response Body

application/json

application/json

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

Compute Acquire Node Scoped

Previous Page

Launch Execution

Next Page