Lists all scrapers in a customer account, including scrapers being created or deleted. You may provide filters to return a more specific list of results.
See https://www.paws-r-sdk.com/docs/prometheusservice_list_scrapers/ for full documentation.
prometheusservice_list_scrapers(
filters = NULL,
nextToken = NULL,
maxResults = NULL
)
A list of scraper filters.
Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListScrapers request.
Maximum results to return in response (default=100, maximum=1000).