--- swagger: "2.0" info: title: PagerDuty version: 1.0.0 schemes: - http produces: - application/json consumes: - application/json paths: /services: get: summary: List services description: List existing services operationId: list-existing-services x-api-path-slug: services-get parameters: - in: query name: include[] description: Array of additional details to include - in: query name: query description: Filters the result, showing only the services whose name or service_key matches the query responses: 200: description: OK tags: - services definitions: [] x-collection-name: PagerDuty 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" ---