ListPurgeRequestsRequest: {
    orderBy?: ListPurgeRequestsRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    pipelineId?: string;
    projectId?: string;
}

Type declaration

  • OptionalorderBy?: ListPurgeRequestsRequestOrderBy

    Sort order of purge requests in the response.

  • OptionalorganizationId?: string

    Organization ID to filter for, only purge requests from this Project will be returned.

  • Optionalpage?: number

    Page number to return, from the paginated results.

  • OptionalpageSize?: number

    Number of purge requests to return per page.

  • OptionalpipelineId?: string

    Pipeline ID to filter for, only purge requests from this pipeline will be returned.

  • OptionalprojectId?: string

    Project ID to filter for, only purge requests from this Project will be returned.