You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** @description The file extension when downloading the display data. Use the value `data` to let the server infer it from the data type. */
33886
+
to_ext?: string | null;
33887
+
};
33888
+
header?: {
33889
+
/** @description The user ID that will be used to effectively make this API call. Only admins and designated users can make API calls on behalf of other users. */
33890
+
"run-as"?: string | null;
33891
+
};
33892
+
path: {
33893
+
/** @description The ID of the History Dataset. */
33894
+
history_content_id: string;
33895
+
};
33896
+
cookie?: never;
33897
+
};
33898
+
requestBody?: never;
33899
+
responses: {
33900
+
/** @description Successful Response */
33901
+
200: {
33902
+
headers: {
33903
+
[name: string]: unknown;
33904
+
};
33905
+
content?: never;
33906
+
};
33907
+
/** @description Redirect to a URL serving the dataset directly from the backing object store. Only returned for whole-file downloads when the dataset's object store has `enable_direct_download` set. */
/** @description The file extension when downloading the display data. Use the value `data` to let the server infer it from the data type. */
33938
+
to_ext?: string | null;
33939
+
};
33940
+
header?: {
33941
+
/** @description The user ID that will be used to effectively make this API call. Only admins and designated users can make API calls on behalf of other users. */
33942
+
"run-as"?: string | null;
33943
+
};
33944
+
path: {
33945
+
/** @description The ID of the History Dataset. */
/** @description The file extension when downloading the display data. Use the value `data` to let the server infer it from the data type. */
39131
+
to_ext?: string | null;
39132
+
};
39133
+
header?: {
39134
+
/** @description The user ID that will be used to effectively make this API call. Only admins and designated users can make API calls on behalf of other users. */
39135
+
"run-as"?: string | null;
39136
+
};
39137
+
path: {
39138
+
/** @description The ID of the History Dataset. */
39139
+
history_content_id: string;
39140
+
history_id: string | null;
39141
+
};
39142
+
cookie?: never;
39143
+
};
39144
+
requestBody?: never;
39145
+
responses: {
39146
+
/** @description Successful Response */
39147
+
200: {
39148
+
headers: {
39149
+
[name: string]: unknown;
39150
+
};
39151
+
content?: never;
39152
+
};
39153
+
/** @description Redirect to a URL serving the dataset directly from the backing object store. Only returned for whole-file downloads when the dataset's object store has `enable_direct_download` set. */
/** @description The file extension when downloading the display data. Use the value `data` to let the server infer it from the data type. */
39184
+
to_ext?: string | null;
39185
+
};
39186
+
header?: {
39187
+
/** @description The user ID that will be used to effectively make this API call. Only admins and designated users can make API calls on behalf of other users. */
39188
+
"run-as"?: string | null;
39189
+
};
39190
+
path: {
39191
+
/** @description The ID of the History Dataset. */
0 commit comments