--- swagger: "2.0" info: title: Checks API description: The Checks API. version: 1.0.0 host: api.pingdom.com basePath: / schemes: - http produces: - application/json consumes: - application/json paths: ? |2- /api/{version}/checks : get: summary: Get Check List description: Returns a list overview of all checks operationId: |2- getApiVersionChecks x-api-path-slug: apiversionchecks-get parameters: - in: query name: include_tags description: Include tag list for each check type: boolean - in: query name: limit description: Limits the number of returned probes to the specified quantity type: integer - in: query name: offset description: Offset for listing type: integer - in: query name: tags description: Tag list separated by commas type: string responses: 200: description: OK tags: - checks definitions: [] x-collection-name: Apica x-streamrank: polling_total_time_average: "0" polling_size_download_average: "0" streaming_total_time_average: "0" streaming_size_download_average: "0" change_yes: "0" change_no: "0" time_percentage: "0" size_percentage: "0" change_percentage: "200" last_run: ~ days_run: "0" minute_run: "0" ---