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

Class ExecuteResponse

backend/app/api/execution.py:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 api_key: Optional[str] = None
26
27class ExecuteResponse(BaseModel):
28 success: bool
29 results: List[Dict]
30 errors: List[str]
31 execution_time: float
32 timestamp: datetime
33
34@router.post("/execute", response_model=ExecuteResponse)
35async def execute_pipeline(

Callers 1

execute_pipelineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected