We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f086626 commit 7c6cb14Copy full SHA for 7c6cb14
packages/core/src/v3/schemas/api.ts
@@ -1233,7 +1233,7 @@ export const RetrieveRunTraceSpanSchema = z.object({
1233
runId: z.string(),
1234
taskSlug: z.string().optional(),
1235
taskPath: z.string().optional(),
1236
- events: z.array(z.any()),
+ events: z.array(z.any()).optional(),
1237
startTime: z.coerce.date(),
1238
duration: z.number(),
1239
isError: z.boolean(),
0 commit comments