v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142021,119944.8 KB

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.

You may use this API to:

  • Retrive all the crawls of a specified crawler.

  • Retrieve all the crawls of a specified crawler within a limited count.

  • Retrieve all the crawls of a specified crawler in a specific time range.

  • Retrieve all the crawls of a specified crawler with a particular state, crawl ID, or DPU hour value.

post/#X-Amz-Target=AWSGlue.ListCrawls

Headers

X-Amz-Target'AWSGlue.ListCrawls' required

Request body

CrawlerNamestring required

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

MaxResultsinteger

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

NextTokenstring

A continuation token, if this is a continuation call.

Response

Success

NextTokenstring

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.