/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * {} */ export interface RetrieveWorkflowExecutionDetailRequest { /** * Optional keyset cursor span_id to continue from (exclusive) */ prevSpanId?: string | null; /** * Maximum number of spans to return (for lazy loading) */ spanLimit?: number | null; }