Skip to main content

export_timeline

Function export_timeline 

Source
pub async fn export_timeline(
    __arg0: State<ExecutionApiState>,
    __arg1: Path<String>,
    headers: HeaderMap,
) -> Result<Json<ApiEnvelope<TimelineExportResponse>>, ApiError>
Available on crate feature execution-server only.