ListJobsRequest: {
    orderBy?: ListJobsRequestOrderBy;
    page?: number;
    pageSize?: number;
    projectId?: string;
    sessionId?: string;
    tags?: string[];
}

Type declaration

  • OptionalorderBy?: ListJobsRequestOrderBy

    Sort order of the returned jobs.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    Maximum number of jobs to return per page.

  • OptionalprojectId?: string

    List jobs with this project ID.

    One-of ('resourceId'): at most one of 'sessionId', 'projectId' could be set.

  • OptionalsessionId?: string

    List jobs with this session ID.

    One-of ('resourceId'): at most one of 'sessionId', 'projectId' could be set.

  • Optionaltags?: string[]

    List jobs with these tags.