MCPcopy Create free account
hub / github.com/ShipSecAI/studio / trace

Method trace

backend/src/workflows/workflows.controller.ts:721–724  ·  view source on GitHub ↗
(@Param('runId') runId: string, @CurrentAuth() auth: AuthContext | null)

Source from the content-addressed store, hash-verified

719 schema: traceEnvelopeSchema,
720 })
721 async trace(@Param('runId') runId: string, @CurrentAuth() auth: AuthContext | null) {
722 const { events, cursor } = await this.traceService.list(runId, auth);
723 return { runId, events, cursor };
724 }
725
726 @Get('/runs/:runId/events')
727 @ApiOkResponse({

Calls 1

listMethod · 0.65

Tested by

no test coverage detected