# Generate service usage report

Generate service usage report for account in a given timeframe

Endpoint: GET /gateway/chaos/manager/api/rest/service/report/{accountID}
Version: 1.0
Security: x-api-key

## Path parameters:

  - `accountID` (string, required)
    ID of the account

## Query parameters:

  - `startTime` (integer, required)
    start time in unix format in milliseconds

  - `endTime` (integer, required)
    end time in unix format in milliseconds

  - `cumulate` (boolean)
    true for cumulative stats

## Response 400 fields (application/json):

  - `code` (integer)

  - `correlationID` (string)

  - `message` (string)


## Response 500 fields
