glue_list_crawls: Returns all the crawls of a specified crawler

View source: R/glue_operations.R

glue_list_crawlsR Documentation

Returns all the crawls of a specified crawler

Description

Returns all the crawls of a specified crawler. Returns only the crawls that have occurred since the launch date of the crawler history feature, and only retains up to 12 months of crawls. Older crawls will not be returned.

See https://www.paws-r-sdk.com/docs/glue_list_crawls/ for full documentation.

Usage

glue_list_crawls(
  CrawlerName,
  MaxResults = NULL,
  Filters = NULL,
  NextToken = NULL
)

Arguments

CrawlerName

[required] The name of the crawler whose runs you want to retrieve.

MaxResults

The maximum number of results to return. The default is 20, and maximum is 100.

Filters

Filters the crawls by the criteria you specify in a list of CrawlsFilter objects.

NextToken

A continuation token, if this is a continuation call.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.