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
* The list filter has its own sub-block id so it does not collide with
@@ -594,7 +610,7 @@ Return ONLY the comma-separated URL list - no explanations, no extra text.`,
594
610
runs: {
595
611
type: 'json',
596
612
description:
597
-
'Runs matching the list filters [{runId, status, goal, createdAt, startedAt, finishedAt, numOfSteps, result, schemaValidation, error, streamingUrl, browserConfig}]',
613
+
'Runs matching the list filters [{runId, status, goal, createdAt, startedAt, finishedAt, numOfSteps, result, schemaValidation, error, streamingUrl, browserConfig, profileAttached, profileId, profileHint}]',
598
614
},
599
615
total: {type: 'number',description: 'Total runs matching the list filters'},
600
616
nextCursor: {type: 'string',description: 'Cursor for the next page of runs'},
@@ -628,7 +644,7 @@ Return ONLY the comma-separated URL list - no explanations, no extra text.`,
628
644
profiles: {
629
645
type: 'json',
630
646
description:
631
-
'Browser Context Profiles a run can start from [{profileId, name, proxyCountryCode, fingerprintSeed, createdAt, isDefault}]. Every field but profileId and name can be null when the API omits it',
647
+
'Browser Context Profiles a run can start from [{profileId, name, proxyCountryCode, fingerprintSeed, domainCount, createdAt, updatedAt, isDefault}]. Every field but profileId and name can be null when the API omits it',
0 commit comments