Skip to main content

Response times

GET 

/project/:id/responseTimes

Return response times of project in selected period

Request

Path Parameters

    id stringrequired

    A unique project ID

    Example: 5e9602e7a39e5a46428b457f

Query Parameters

    start stringrequired

    Period start date in ISO8601 format

    Example: 2022-10-31T00:00:00.000+01:00
    end string

    Period end date in ISO8601 format (default now)

    Example: 2022-10-31T00:00:00.000+01:00

Responses

Array of response times

Schema
  • Array [
  • responseDate string

    Response date

    dnsLookupTime number

    DNS lookup time

    initialConnectionTime number

    Initial connection time

    sslTime number

    SSL time

    requestTime number

    Request time

    waitingTime number

    Waiting time

    contentDownloadTime number

    Content download time

    totalResponseTime number

    Total response time

  • ]
Loading...