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
Copy file name to clipboardExpand all lines: apps/docs/content/docs/integrations/tinyfish.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ Get the status, extracted result, and step history of a TinyFish automation run
190
190
|`browserConfig`| object | Proxy settings the run executed with |
191
191
| ↳ `proxyEnabled`| boolean | Whether a proxy was used |
192
192
| ↳ `proxyCountryCode`| string | Proxy country code |
193
-
|`profileAttached`| boolean | Whether the run actually started from a Browser Context Profile |
193
+
|`profileAttached`| boolean | Whether the run actually started from a Browser Context Profile, null when the API omits it — treat null as unknown rather than as false|
194
194
|`profileId`| string | Browser Context Profile the run attached, null when none did |
195
195
|`profileHint`| object | Present when TinyFish believes a Browser Context Profile would fix this failed run |
196
196
| ↳ `message`| string | Why a Browser Context Profile would help this run |
@@ -273,7 +273,7 @@ List TinyFish automation runs, optionally filtered by status, goal text, or crea
273
273
| ↳ `browserConfig`| object | Proxy settings the run executed with |
274
274
| ↳ `proxyEnabled`| boolean | Whether a proxy was used |
275
275
| ↳ `proxyCountryCode`| string | Proxy country code |
276
-
| ↳ `profileAttached`| boolean | Whether the run actually started from a Browser Context Profile |
276
+
| ↳ `profileAttached`| boolean | Whether the run actually started from a Browser Context Profile, null when the API omits it — treat null as unknown rather than as false|
277
277
| ↳ `profileId`| string | Browser Context Profile the run attached, null when none did |
278
278
| ↳ `profileHint`| object | Present when TinyFish believes a Browser Context Profile would fix this failed run |
279
279
| ↳ `message`| string | Why a Browser Context Profile would help this run |
@@ -389,7 +389,7 @@ List the Browser Context Profiles saved on the TinyFish account, with the ids an
389
389
| ↳ `name`| string | Profile name, such as "Salesforce Production" |
390
390
| ↳ `proxyCountryCode`| string | Country the profile proxies through, null when it has no proxy |
391
391
| ↳ `fingerprintSeed`| string | Seed for the browser fingerprint the profile replays, null when the API omits it |
392
-
| ↳ `domainCount`| number | How many domains the profile holds saved state for. Zero means it was created but never logged into |
392
+
| ↳ `domainCount`| number | How many domains the profile holds saved state for, null when the API omits it. Zero means it was created but never logged into |
393
393
| ↳ `createdAt`| string | ISO 8601 timestamp when the profile was created, null when the API omits it |
394
394
| ↳ `updatedAt`| string | ISO 8601 timestamp when the profile was last saved, null when the API omits it |
395
395
| ↳ `isDefault`| boolean | Whether runs with no Browser Profile ID use this one, null when the API omits it |
0 commit comments