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 A key used to authenticate this request as acting on behalf or a job runner for the specified job. */
33260
-
job_key: string;
33261
-
};
33262
-
header?: {
33263
-
/** @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. */
33264
-
"run-as"?: string | null;
33265
-
};
33266
-
path: {
33267
-
/** @description Encoded id string of the job. */
33268
-
job_id: string;
33269
-
};
33270
-
cookie?: never;
33271
-
};
33272
-
requestBody?: never;
33273
-
responses: {
33274
-
/** @description Contents of file. */
33275
-
200: {
33276
-
headers: {
33277
-
[name: string]: unknown;
33278
-
};
33279
-
content: {
33280
-
"application/octet-stream": unknown;
33281
-
};
33282
-
};
33283
-
/** @description File not found, path does not refer to a file, or input dataset(s) for job have been purged. */
0 commit comments