You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Retrieves a check session. Note that the returned data may be incomplete if the check session is still in progress.\n\nResults for all finished check runs are included. A check session should have one result for each of its run locations. Each result contains just enough information to quickly determine whether the check run was successful or not. To dive even deeper into individual results, use the `GET /v1/check-results/{checkId}/{checkResultId}` endpoint to retrieve detailed data about a specific result.",
4196
+
"description": "Retrieves a check session. Results may be incomplete if the check session is still in progress.\n\nOnce a check session has finished, results will include at least one check result for each run location: one result with `resultType` equal to `\"FINAL\"`, and zero or more results with `resultType` equal to `\"ATTEMPT\"` (one for each failed attempt, if any).\n\nEach result contains just enough information to quickly determine whether the check run was successful or not. To dive even deeper into individual results, use the `GET /v1/check-results/{checkId}/{checkResultId}` endpoint to retrieve detailed data about a specific result.",
4197
4197
"parameters": [
4198
4198
{
4199
4199
"description": "The unique identifier of the check session.",
@@ -5335,7 +5335,7 @@ This endpoint will return data within a 6-hour timeframe. If the `from` and `to`
5335
5335
"schema": {
5336
5336
"type": "string",
5337
5337
"format": "date",
5338
-
"default": "2025-10-06T02:30:37.264Z"
5338
+
"default": "2025-10-08T02:32:04.593Z"
5339
5339
}
5340
5340
},
5341
5341
{
@@ -5345,7 +5345,7 @@ This endpoint will return data within a 6-hour timeframe. If the `from` and `to`
5345
5345
"schema": {
5346
5346
"type": "string",
5347
5347
"format": "date",
5348
-
"default": "2025-10-07T02:30:37.265Z"
5348
+
"default": "2025-10-09T02:32:04.594Z"
5349
5349
}
5350
5350
}
5351
5351
],
@@ -5441,7 +5441,7 @@ This endpoint will return data within a 6-hour timeframe. If the `from` and `to`
5441
5441
"schema": {
5442
5442
"type": "string",
5443
5443
"format": "date",
5444
-
"default": "2025-10-06T02:30:37.266Z"
5444
+
"default": "2025-10-08T02:32:04.596Z"
5445
5445
}
5446
5446
},
5447
5447
{
@@ -5451,7 +5451,7 @@ This endpoint will return data within a 6-hour timeframe. If the `from` and `to`
5451
5451
"schema": {
5452
5452
"type": "string",
5453
5453
"format": "date",
5454
-
"default": "2025-10-07T02:30:37.266Z"
5454
+
"default": "2025-10-09T02:32:04.597Z"
5455
5455
}
5456
5456
},
5457
5457
{
@@ -19435,7 +19435,6 @@ For example, set **Authorization** header while using cURL: `curl -H \"Authoriza
19435
19435
"enum": [
19436
19436
"API",
19437
19437
"BROWSER",
19438
-
"HEARTBEAT",
19439
19438
"MULTI_STEP",
19440
19439
"TCP",
19441
19440
"PLAYWRIGHT",
@@ -19540,14 +19539,14 @@ For example, set **Authorization** header while using cURL: `curl -H \"Authoriza
19540
19539
},
19541
19540
"sessions": {
19542
19541
"type": "array",
19543
-
"description": "The list of checks in the check session.",
19542
+
"description": "A list of check sessions, with one check session for each check.",
19544
19543
"items": {
19545
19544
"$ref": "#/components/schemas/CheckSession"
19546
19545
}
19547
19546
},
19548
19547
"TriggerCheckSessionResponse": {
19549
19548
"type": "object",
19550
-
"description": "Returns the check sessions that were created for the checks.",
19549
+
"description": "Returns a check session for each check matching target conditions.",
19551
19550
"properties": {
19552
19551
"sessions": {
19553
19552
"$ref": "#/components/schemas/sessions"
@@ -19586,7 +19585,6 @@ For example, set **Authorization** header while using cURL: `curl -H \"Authoriza
19586
19585
"enum": [
19587
19586
"API",
19588
19587
"BROWSER",
19589
-
"HEARTBEAT",
19590
19588
"MULTI_STEP",
19591
19589
"TCP",
19592
19590
"PLAYWRIGHT",
@@ -19615,7 +19613,6 @@ For example, set **Authorization** header while using cURL: `curl -H \"Authoriza
19615
19613
"enum": [
19616
19614
"API",
19617
19615
"BROWSER",
19618
-
"HEARTBEAT",
19619
19616
"MULTI_STEP",
19620
19617
"TCP",
19621
19618
"PLAYWRIGHT",
@@ -19711,7 +19708,7 @@ For example, set **Authorization** header while using cURL: `curl -H \"Authoriza
19711
19708
},
19712
19709
"results": {
19713
19710
"type": "array",
19714
-
"description": "THe results of the check session. Only partial results are available until the check session has completed.",
19711
+
"description": "The results of the check session. Only partial results are available until the check session has completed.",
0 commit comments