MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / get_workflow

Route get_workflow

backend/app/api/workflow.py:None–None  ·  view source on GitHub ↗
router.get("/workflow/{pipeline_id}")

Source from the content-addressed store, hash-verified

1"""
2Workflow API endpoints for managing pipeline workflows.
3"""
4from fastapi import APIRouter, HTTPException, Depends

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected