POST   checks/browser/{checkId}/results/stepdata

Gets browser check results by step in json format by result ids.

URL Parameters

NameDescription
checkId

Check identifier. Type: numeric.

Remarks


Request's ResultIds maximum count is limited to 50.
The default context for the route is the user context. To enable customer context (if it's allowed for the user) use the request query parameter customer_context=1.

Request example and description

curl --request POST "https://api-asm1.apica.io/v3/checks/browser/12345/results/stepdata?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E" --header "Content-Type: application/json" --data-raw "{
  \"result_ids\": [
    \"d72a0c04-0a12-4409-ab80-22b6be674eae\",
    \"bc6862f1-9c56-4945-9e77-069a38971016\",
    \"9ae1b3d7-bb38-4607-a819-8f4fc9854b9c\"
  ]
}"
NameType Required Description
result_ids Array Yes

The check results identifiers.

Response body model example and description

{
  "check_results": [
    {
      "check_id": 1,
      "result_id": "e4bca78e-4974-4e10-9d97-5818f4d3207d",
      "time_stamp_utc": "2024-05-19T07:32:50",
      "step_results": [
        {
          "step": 2,
          "step_name": "Step #3",
          "url_count": 1,
          "started_utc": "2024-05-19T07:32:50",
          "elapsed_ms": 1000,
          "received_bytes": 100000,
          "sent_bytes": 30000,
          "compressed_content_bytes": 45678,
          "started_utc_iso_8601": "2024-05-19T07:32:50",
          "dom_interactive_ms": 1038,
          "dom_content_loaded_ms": 1138,
          "dom_complete_ms": 1338
        },
        {
          "step": 2,
          "step_name": "Step #3",
          "url_count": 1,
          "started_utc": "2024-05-19T07:32:50",
          "elapsed_ms": 2000,
          "received_bytes": 200000,
          "sent_bytes": 20000,
          "compressed_content_bytes": 12345,
          "started_utc_iso_8601": "2024-05-19T07:32:50",
          "dom_interactive_ms": 1038,
          "dom_content_loaded_ms": 1138,
          "dom_complete_ms": 1338
        },
        {
          "step": 2,
          "step_name": "Step #1: Start",
          "url_count": 1,
          "started_utc": "2024-05-19T07:32:50",
          "elapsed_ms": 1000,
          "received_bytes": 300000,
          "sent_bytes": 20000,
          "compressed_content_bytes": 23456,
          "started_utc_iso_8601": "2024-05-19T07:32:50",
          "dom_interactive_ms": 1038,
          "dom_content_loaded_ms": 1138,
          "dom_complete_ms": 1338
        }
      ]
    },
    {
      "check_id": 1,
      "result_id": "29d38cf9-0821-487d-9bbc-2ac1696c5f33",
      "time_stamp_utc": "2024-05-19T07:32:50",
      "step_results": [
        {
          "step": 2,
          "step_name": "Step #3",
          "url_count": 1,
          "started_utc": "2024-05-19T07:32:50",
          "elapsed_ms": 2000,
          "received_bytes": 200000,
          "sent_bytes": 20000,
          "compressed_content_bytes": 12345,
          "started_utc_iso_8601": "2024-05-19T07:32:50",
          "dom_interactive_ms": 1038,
          "dom_content_loaded_ms": 1138,
          "dom_complete_ms": 1338
        },
        {
          "step": 2,
          "step_name": "Step #3",
          "url_count": 1,
          "started_utc": "2024-05-19T07:32:50",
          "elapsed_ms": 2000,
          "received_bytes": 200000,
          "sent_bytes": 20000,
          "compressed_content_bytes": 12345,
          "started_utc_iso_8601": "2024-05-19T07:32:50",
          "dom_interactive_ms": 1038,
          "dom_content_loaded_ms": 1138,
          "dom_complete_ms": 1338
        },
        {
          "step": 2,
          "step_name": "Step #3",
          "url_count": 1,
          "started_utc": "2024-05-19T07:32:50",
          "elapsed_ms": 2000,
          "received_bytes": 200000,
          "sent_bytes": 20000,
          "compressed_content_bytes": 12345,
          "started_utc_iso_8601": "2024-05-19T07:32:50",
          "dom_interactive_ms": 1038,
          "dom_content_loaded_ms": 1138,
          "dom_complete_ms": 1338
        }
      ]
    },
    {
      "check_id": 1,
      "result_id": "a84fc9ee-c8f1-4e89-a38f-b536fedcfe79",
      "time_stamp_utc": "2024-05-19T07:32:50",
      "step_results": [
        {
          "step": 2,
          "step_name": "Step #3",
          "url_count": 1,
          "started_utc": "2024-05-19T07:32:50",
          "elapsed_ms": 1000,
          "received_bytes": 100000,
          "sent_bytes": 30000,
          "compressed_content_bytes": 45678,
          "started_utc_iso_8601": "2024-05-19T07:32:50",
          "dom_interactive_ms": 1038,
          "dom_content_loaded_ms": 1138,
          "dom_complete_ms": 1338
        },
        {
          "step": 2,
          "step_name": "Step #3",
          "url_count": 1,
          "started_utc": "2024-05-19T07:32:50",
          "elapsed_ms": 1000,
          "received_bytes": 100000,
          "sent_bytes": 30000,
          "compressed_content_bytes": 45678,
          "started_utc_iso_8601": "2024-05-19T07:32:50",
          "dom_interactive_ms": 1038,
          "dom_content_loaded_ms": 1138,
          "dom_complete_ms": 1338
        },
        {
          "step": 2,
          "step_name": "Step #3",
          "url_count": 1,
          "started_utc": "2024-05-19T07:32:50",
          "elapsed_ms": 1000,
          "received_bytes": 100000,
          "sent_bytes": 30000,
          "compressed_content_bytes": 45678,
          "started_utc_iso_8601": "2024-05-19T07:32:50",
          "dom_interactive_ms": 1038,
          "dom_content_loaded_ms": 1138,
          "dom_complete_ms": 1338
        }
      ]
    }
  ]
}
NameType Description
check_results Array

The check results data.

step_results Array

The steps data of the result.

step Integer

The number of the step.

step_name String

The name of the step.

url_count Integer

URL count.

started_utc DateTime

The step started timestamp in UTC.

elapsed_ms Integer

Elapsed ms.

received_bytes Integer

Received bytes.

sent_bytes Integer

Sent bytes.

compressed_content_bytes Integer

Compressed content bytes.

started_utc_iso_8601 String

The step started timestamp in UTC ISO 8601.

dom_interactive_ms Integer

DOM Interactive.

dom_content_loaded_ms Integer

DOM Content Loaded.

dom_complete_ms Integer

DOM Complete.

check_id Integer

The numeric identifier of the check.

result_id Guid

The GUID of the check result.

time_stamp_utc DateTime

The check result timestamp in UTC.