Web: Transaction component detail

GET https://{{base_url}}/v6/web/transactions/{{testId}}/{{agentId}}/{{roundId}}/{{pageNum}}.json

(Web) Transaction component detail

Returns HAR (http archive) information, including component list and timing for elements loaded in a transaction test. This is analogous to what is shown in the waterfall view for a page load or transaction test, with an agent selected. Includes response data, dns, connect, ssl, send, wait and receive times for each component loaded in a page.

Note: this endpoint is only available in v5 or higher of the ThousandEyes API.

Optional (Querystring) Parameters

  • format=json|xml optional, specifies the format of output requested. See Output Formats for more information
  • aid={aid} optional and requires the user to be assigned to the target account group, specifies the account group context of the request, obtained from the /account-groups endpoint. Specifying this parameter without the user being assigned to the target account will result in an error response. See Account group context for more information

Request

  • {testId} the ID of the Transaction test you for wish to retrieve data
  • {agentId} the ID of the agent for which you wish to retrieve data
  • {roundId} the ID of the round for which you wish to retrieve data
  • {pageNum} the page number for the page reached in a transaction. Can be obtained from /web/transactions/{testId}/{agentId}/{roundId} endpoint. Page numbers are zero-indexed.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring