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 9760f7f commit 0ce574aCopy full SHA for 0ce574a
packages/clients/src/api/jobs/v1alpha1/api.gen.ts
@@ -325,6 +325,7 @@ export class API extends ParentAPI {
325
request.pageSize ?? this.client.settings.defaultPageSize,
326
],
327
['project_id', request.projectId],
328
+ ['state', request.state],
329
),
330
},
331
unmarshalListJobRunsResponse,
packages/clients/src/api/jobs/v1alpha1/types.gen.ts
@@ -289,6 +289,7 @@ export type ListJobRunsRequest = {
289
jobDefinitionId?: string
290
projectId?: string
291
organizationId?: string
292
+ state?: JobRunState
293
}
294
295
export interface ListJobRunsResponse {
0 commit comments