|
3400
|
128
|
9
|
2026-05-07T12:16:06.110029+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778156166110_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429: set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievname :TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values:• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdla100% L2Thu 7 May 15:16:06UparadeXx Hubspot vQ SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationCOLLECTIONS• [ crm/v3/objects/(object Type)> [ batch~ [ (object id)associationskto Obiect Typev GET Reade9- An error occurred.i successful operation> DEL Archive> PaTCH Undate> GET List> PoST Createy post Filter, sort, and search Ckm Obiectsee. successful operationc.g. An error occurred.> CRM Owners• CRM Pipelines› Dealsv Enoagements• M OLD ENGAGEMENTSGet list meetinaspost soarch modified comnaniocPOsT search tasksGET read call>POST search callsGeT list callsPost meetinas scheduledGET get meetingpost get link to task> post Create Contact with AssociationHubspotIteration run HSV GET Read Copye.0. An error occurredlag. successful operationPosT search gantact by email Copyv Iteration run Search HSIteration run Search HSIteration run Search HS• You M0 0uU1 O 03:15 PM. May 07. 2026Help people understand your collection by adding a description. *; Write with AlCollection is emotyAdd a request or folder to structure vour APIworkTlow>ENVIRONMENTS> SPFCS> FLOWSConnect Git E Console 2 Termir"Lukas sterka 121• In Zn 14mOIteratio,No environment v|x= Publish docsD RunShareAll variablesNo environment selected. Select envionmenc Iteration run Search HSNo variabies derined in this collection. AdeG GlobalstokenCKPur5PaMxIZQINQ.baseUrlhttps:/api.hubapi.comdev-tokenCLLm5NnQMxIRQIN.^ Local VaultStore y vau APl secrets locally in valt.Globals Vault Tools S000...
|
NULL
|
-1647077698263940825
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429: set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievname :TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values:• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdla100% L2Thu 7 May 15:16:06UparadeXx Hubspot vQ SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationCOLLECTIONS• [ crm/v3/objects/(object Type)> [ batch~ [ (object id)associationskto Obiect Typev GET Reade9- An error occurred.i successful operation> DEL Archive> PaTCH Undate> GET List> PoST Createy post Filter, sort, and search Ckm Obiectsee. successful operationc.g. An error occurred.> CRM Owners• CRM Pipelines› Dealsv Enoagements• M OLD ENGAGEMENTSGet list meetinaspost soarch modified comnaniocPOsT search tasksGET read call>POST search callsGeT list callsPost meetinas scheduledGET get meetingpost get link to task> post Create Contact with AssociationHubspotIteration run HSV GET Read Copye.0. An error occurredlag. successful operationPosT search gantact by email Copyv Iteration run Search HSIteration run Search HSIteration run Search HS• You M0 0uU1 O 03:15 PM. May 07. 2026Help people understand your collection by adding a description. *; Write with AlCollection is emotyAdd a request or folder to structure vour APIworkTlow>ENVIRONMENTS> SPFCS> FLOWSConnect Git E Console 2 Termir"Lukas sterka 121• In Zn 14mOIteratio,No environment v|x= Publish docsD RunShareAll variablesNo environment selected. Select envionmenc Iteration run Search HSNo variabies derined in this collection. AdeG GlobalstokenCKPur5PaMxIZQINQ.baseUrlhttps:/api.hubapi.comdev-tokenCLLm5NnQMxIRQIN.^ Local VaultStore y vau APl secrets locally in valt.Globals Vault Tools S000...
|
3397
|
NULL
|
NULL
|
NULL
|
|
3215
|
124
|
24
|
2026-05-07T12:07:19.418340+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778155639418_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","requestId": "..."nolncvname values:• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdlaXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.COLLECTIONSOverview Authorization ScriptsJournal & webhoooks v4POST Get tokendet get subscriptionsPOST create subscriptionGET Journal earliesGET Journal latestGET next offsetPOsT aet Token prodDEL DELETE SUBSCRIPTION PER PORTALGET DEAL WITH HISTORY PROPERTIES V3> New Collection> OAuth› Properties> RESEARCHSFARCHPOST search contact by phonePOST search contact by emailPOsT search meetinasPOST search notesPOST Search calls vsPOST Search related meetings v3POST search dealsTicketsv Usetul> PosT filter per company / only open deal stagesGet engagements old associated by dealGET engagements old associated by companyGeT get history of property - deal stagedET get usersGET SF oauth› GET Meeting outcomes per meeting> GET Read all properties new> dET Read all properties oldGET old call dispositionsGet list with associationsGET list engagements oldGET recent engagementsGET get dealGET Get Engagement (v1)CAMIDONMCNTC) spFcs> FLOWS@ Connect Git = Concoldoa) TernNew Collection• You k0 0uu1 03:06 PM, May 07, 2026Help people understand your collection by adding a description. *; Write with AlTop templates for you NEWREST APl basicsIntegration testing basicsAPl documentationView comolete documentation© New CollechhlSupport Daily - nowNo environment v|x= Publish docsD RunShareAPI scenario testing100% L2Thu 7 May 15:07:19UpgradeVAIIAll variablesE environmentNo environment selected. Select environmentC New CollectionNo variabies derined in this collection. AdeG GlobalstokenCKPur5PaMxIZQINQ.baseUrlhttps:/api.hubapi.comdev-tokenCLLm5NnQMxIRQIN.Ô Local VaultStore y vau APl secrets locally in valt.Giobals Vault Took -- m=m...
|
NULL
|
-2544678876035461667
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","requestId": "..."nolncvname values:• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdlaXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.COLLECTIONSOverview Authorization ScriptsJournal & webhoooks v4POST Get tokendet get subscriptionsPOST create subscriptionGET Journal earliesGET Journal latestGET next offsetPOsT aet Token prodDEL DELETE SUBSCRIPTION PER PORTALGET DEAL WITH HISTORY PROPERTIES V3> New Collection> OAuth› Properties> RESEARCHSFARCHPOST search contact by phonePOST search contact by emailPOsT search meetinasPOST search notesPOST Search calls vsPOST Search related meetings v3POST search dealsTicketsv Usetul> PosT filter per company / only open deal stagesGet engagements old associated by dealGET engagements old associated by companyGeT get history of property - deal stagedET get usersGET SF oauth› GET Meeting outcomes per meeting> GET Read all properties new> dET Read all properties oldGET old call dispositionsGet list with associationsGET list engagements oldGET recent engagementsGET get dealGET Get Engagement (v1)CAMIDONMCNTC) spFcs> FLOWS@ Connect Git = Concoldoa) TernNew Collection• You k0 0uu1 03:06 PM, May 07, 2026Help people understand your collection by adding a description. *; Write with AlTop templates for you NEWREST APl basicsIntegration testing basicsAPl documentationView comolete documentation© New CollechhlSupport Daily - nowNo environment v|x= Publish docsD RunShareAPI scenario testing100% L2Thu 7 May 15:07:19UpgradeVAIIAll variablesE environmentNo environment selected. Select environmentC New CollectionNo variabies derined in this collection. AdeG GlobalstokenCKPur5PaMxIZQINQ.baseUrlhttps:/api.hubapi.comdev-tokenCLLm5NnQMxIRQIN.Ô Local VaultStore y vau APl secrets locally in valt.Giobals Vault Took -- m=m...
|
3213
|
NULL
|
NULL
|
NULL
|
|
3304
|
126
|
9
|
2026-05-07T12:11:01.700704+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778155861700_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","requestId": "..."nolncvname values:• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Batch endpoints: up to 100 records per call (read/c)Thu 7 May 15:11:01Q SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.v COLLECtIONs> 0 batch~ [D (object id)> associations/{to Object Type)det Read[5: An error occurred.29: successtul operation› DEL Archive>PATCH Update> GET Listpost Create> PosT Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinasirtcoaren madmer amaanioPOST search tasksGET read call> POST search callsGET list callsPOST meetinas scheduledGET get meetingPOST aet link to taskpost Create Contact with Associationv ieratigg run HS• GeT Read CoovE, An error occurred.en. successtul oberation› Journal & webhoooks v4> ©Authi+ * ...> Properties>RESSARCH> SEARCH~ Useful> PoST filter per comoany / oniv onen deal stagesGET engagements old associated by deal>ENVIRONMENTS> SPFCS>FLOWSConnect Git E Console5. TeGET readGET GetE• GET ReadIterationIteration run HS > Read Copy((baseUrl)) /crm/v3/objects/deal/287386441?associations=contact&associations=company# Docs Params • Authorization • Headers 9 Body Scripts SettingsQuery ParamsKeyv associationsv associationsValuecontactcompanyCookies 1{ JSOND PreviewWVisualize v"hs_lastmodifieddate": "2025-12-16T13:32:17.3982","287386441","pipeline": "detault"2018-04-25T18:53:34.7547"."url": "https://app.hubspot.com/contacts/4392066/record/0-3/287386441","type": "deal to company unlabeled'UNN"contactc".DescriotionDescriptionE Iterationf Support Daily • 4m leftNo environment) SaveCookiesBulk Edit ..100% L2VAIlVariables in requestG baseurl• All VarlablesCKPur5PaMx ZoiNg,https://api.hubapi.com200 OK • 299 ms • 1.39 KB • Ga eg. Save Response •*•==a00Globals Vault Tools s000...
|
NULL
|
1371970241532710346
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","requestId": "..."nolncvname values:• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Batch endpoints: up to 100 records per call (read/c)Thu 7 May 15:11:01Q SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.v COLLECtIONs> 0 batch~ [D (object id)> associations/{to Object Type)det Read[5: An error occurred.29: successtul operation› DEL Archive>PATCH Update> GET Listpost Create> PosT Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinasirtcoaren madmer amaanioPOST search tasksGET read call> POST search callsGET list callsPOST meetinas scheduledGET get meetingPOST aet link to taskpost Create Contact with Associationv ieratigg run HS• GeT Read CoovE, An error occurred.en. successtul oberation› Journal & webhoooks v4> ©Authi+ * ...> Properties>RESSARCH> SEARCH~ Useful> PoST filter per comoany / oniv onen deal stagesGET engagements old associated by deal>ENVIRONMENTS> SPFCS>FLOWSConnect Git E Console5. TeGET readGET GetE• GET ReadIterationIteration run HS > Read Copy((baseUrl)) /crm/v3/objects/deal/287386441?associations=contact&associations=company# Docs Params • Authorization • Headers 9 Body Scripts SettingsQuery ParamsKeyv associationsv associationsValuecontactcompanyCookies 1{ JSOND PreviewWVisualize v"hs_lastmodifieddate": "2025-12-16T13:32:17.3982","287386441","pipeline": "detault"2018-04-25T18:53:34.7547"."url": "https://app.hubspot.com/contacts/4392066/record/0-3/287386441","type": "deal to company unlabeled'UNN"contactc".DescriotionDescriptionE Iterationf Support Daily • 4m leftNo environment) SaveCookiesBulk Edit ..100% L2VAIlVariables in requestG baseurl• All VarlablesCKPur5PaMx ZoiNg,https://api.hubapi.com200 OK • 299 ms • 1.39 KB • Ga eg. Save Response •*•==a00Globals Vault Tools s000...
|
3303
|
NULL
|
NULL
|
NULL
|
|
3218
|
124
|
25
|
2026-05-07T12:07:26.772415+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778155646772_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdla• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.Iteration run HSCOLLECTIONS> Iteration run HS~ Journal & webhoooks v4Iteration run HSPOsT Get tokenGET get subscriptions• You M0 0UU1 O 03:06 PM. May 07. 2026Post create subscriptionGET Journal earliestHelp people understand your collection by adding a description. *; Write with AlGET https://hubspot-webhooks-journal-na1.s..GET next offsetpost get Token prodDEL DELETE SUBSCRIPTION PER PORTALGET DEAL WITH HISTORY PROPERTIES V3> OAuth› Properties> RESEARCHSFARCHPOST search contact by phonePOST search contact by emailPOsT search meetinasPOST search notes> POST Search calls vsPOST Search related meetings v3POST search dealsTicketsUsetul> PosT filter per company / only open deal stagesGet engagements old associated by dealGET engagements old associated by companyGeT get history of property - deal stagedET get usersGET SF oauth› GET Meeting outcomes per meeting> GET Read all properties new> dET Read all properties oldGET old call dispositionsGet list with associationsGET list engagements oldGET recent engagementsGET get dealGET Get Enaadement (v1)CAMIDONMCNTC) spFcs> FLOWSa Connect Git = Concole5.) TermiOIteration ruihhlSupport Daily - nowNo environment v|x= Publish docsD RunShare100% L2Thu 7 May 15:07:26UparadeVAIIAll variablesNo environment selected. Select environmentc Iteration run HSNo variabies derined in this collection. AdeG GlobalstokenCKPur5PaMxIZQINQ.baseUrlhttps:/api.hubapi.comdev-tokenCLLm5NnQMxIRQIN.Ô Local VaultStore y vau APl secrets locally in valt.Globals Vault Tools S000...
|
NULL
|
4054042078622175736
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdla• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.Iteration run HSCOLLECTIONS> Iteration run HS~ Journal & webhoooks v4Iteration run HSPOsT Get tokenGET get subscriptions• You M0 0UU1 O 03:06 PM. May 07. 2026Post create subscriptionGET Journal earliestHelp people understand your collection by adding a description. *; Write with AlGET https://hubspot-webhooks-journal-na1.s..GET next offsetpost get Token prodDEL DELETE SUBSCRIPTION PER PORTALGET DEAL WITH HISTORY PROPERTIES V3> OAuth› Properties> RESEARCHSFARCHPOST search contact by phonePOST search contact by emailPOsT search meetinasPOST search notes> POST Search calls vsPOST Search related meetings v3POST search dealsTicketsUsetul> PosT filter per company / only open deal stagesGet engagements old associated by dealGET engagements old associated by companyGeT get history of property - deal stagedET get usersGET SF oauth› GET Meeting outcomes per meeting> GET Read all properties new> dET Read all properties oldGET old call dispositionsGet list with associationsGET list engagements oldGET recent engagementsGET get dealGET Get Enaadement (v1)CAMIDONMCNTC) spFcs> FLOWSa Connect Git = Concole5.) TermiOIteration ruihhlSupport Daily - nowNo environment v|x= Publish docsD RunShare100% L2Thu 7 May 15:07:26UparadeVAIIAll variablesNo environment selected. Select environmentc Iteration run HSNo variabies derined in this collection. AdeG GlobalstokenCKPur5PaMxIZQINQ.baseUrlhttps:/api.hubapi.comdev-tokenCLLm5NnQMxIRQIN.Ô Local VaultStore y vau APl secrets locally in valt.Globals Vault Tools S000...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
3342
|
126
|
28
|
2026-05-07T12:12:21.928889+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778155941928_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values:• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdla• suppont Dally • 3m lemtXx Hubspot vYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.v COLLECtIONs> batch~ [ (object id)associations/{to Object Type)y det Read[5: An error occurred.29: successtul operation>DEL Archive>PATCH Update>GET List>post Create> PosT Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinaspost coarch modifiod comnanio.POST search taskscst read call> POST search callsGET list callsPOST meetinas scheduledGET get meetingPOST aet link to task> post Cronto Contart with AccorintionHubspot~ Iteration run HSGET Read Coova0. An error occurred.en. successful oneration› Journal & webhoooks v4> ©Authi> Properties>RESSARCH> SEARCH> Tickets~ UsefulM IterationE IteraNo environmentvIteration run HS - Run results• Run Again• Ran today at 03:11:58 PM • View allrunsRunnerDuration1s 478msAll tests197 msAll 0 Passed 0 Failed 0 Skipped 0 Errors 0 Console logGridGET Read CopyNo tests foundIteration 2GET Read ConvNo tests foundlGET Read CopyNo tests found> PosT filter per comoany / oniv open deal stagesGET engagements old associated by dea>ENVIRONMENTS> SPFCS> FLOWSConnect Git E Consoleoa) Tern1 GET Iteration run HS > Read Copy200 • 190 ms • 1.423 KBURL: [URL_WITH_CREDENTIALS] Local VaultStore vour APl secrets locally in vault.Dwe VauiGlobals Vault Tools S000...
|
NULL
|
-3999114423819132432
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values:• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdla• suppont Dally • 3m lemtXx Hubspot vYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.v COLLECtIONs> batch~ [ (object id)associations/{to Object Type)y det Read[5: An error occurred.29: successtul operation>DEL Archive>PATCH Update>GET List>post Create> PosT Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinaspost coarch modifiod comnanio.POST search taskscst read call> POST search callsGET list callsPOST meetinas scheduledGET get meetingPOST aet link to task> post Cronto Contart with AccorintionHubspot~ Iteration run HSGET Read Coova0. An error occurred.en. successful oneration› Journal & webhoooks v4> ©Authi> Properties>RESSARCH> SEARCH> Tickets~ UsefulM IterationE IteraNo environmentvIteration run HS - Run results• Run Again• Ran today at 03:11:58 PM • View allrunsRunnerDuration1s 478msAll tests197 msAll 0 Passed 0 Failed 0 Skipped 0 Errors 0 Console logGridGET Read CopyNo tests foundIteration 2GET Read ConvNo tests foundlGET Read CopyNo tests found> PosT filter per comoany / oniv open deal stagesGET engagements old associated by dea>ENVIRONMENTS> SPFCS> FLOWSConnect Git E Consoleoa) Tern1 GET Iteration run HS > Read Copy200 • 190 ms • 1.423 KBURL: [URL_WITH_CREDENTIALS] Local VaultStore vour APl secrets locally in vault.Dwe VauiGlobals Vault Tools S000...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
3356
|
126
|
36
|
2026-05-07T12:13:37.782339+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778156017782_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values:• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdla"suppont Dally • 2m lemuXx Hubspot vQ SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.GET readIterationE IterationIteration run HS - Run results• Preparina runi• Ran today at 03:12:40 PM • View allrunsSourceDurationAll testsAvg. Resp. TimeRunner21s 440ms193 msAll 0 Passed 0 Failed 0 Skipped 0 Errors 0 Console logNo environmentvv COLLECtIONs> batchv O (object Id)associations/{to Object Type)y det Reade9. An error occurred.29: successtul operation>DEL Archive>PATCH Update>GET List>post Create> PoST Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Dealsv Engagements> O OLD ENGAGEMENTSGET list meetinaspost coarch modifiod comnaniocPOST search tasksest road call> POST search callsGET list callsPOST meetinas scheduledGET get meetingPOST aet link to task> post Cronto Contart with AccorintionHubspotv Iteration run HSGET Read Coov40. An error occurred.en. successful oneration› Journal & webhoooks v4> ©Authi› Properties>RESSARCH> SEARCH> Tickets~ Useful> PoST filter per comoany / oniv onen deal stagesGET engagements old associated by dea>ENVIRONMENTS> SPFCS> FLOWSa Connect Git = Concoleo.) Termin100% L2Inu / May 10.13.31Upgrade+, AIAll variablesE environmentNo environment selected. Select envionmenG GlobalstokenCKPurSPgMxIZQINQ...baseUrthttps://apl.hubapi.comdev-tokencLLm5nn@mxir@in.• Local VaultStore your API secrets locally in vault.Set up vaultGiobals Vault Tooks •- m=m...
|
NULL
|
-3345682013676456900
|
NULL
|
visual_change
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values:• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdla"suppont Dally • 2m lemuXx Hubspot vQ SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.GET readIterationE IterationIteration run HS - Run results• Preparina runi• Ran today at 03:12:40 PM • View allrunsSourceDurationAll testsAvg. Resp. TimeRunner21s 440ms193 msAll 0 Passed 0 Failed 0 Skipped 0 Errors 0 Console logNo environmentvv COLLECtIONs> batchv O (object Id)associations/{to Object Type)y det Reade9. An error occurred.29: successtul operation>DEL Archive>PATCH Update>GET List>post Create> PoST Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Dealsv Engagements> O OLD ENGAGEMENTSGET list meetinaspost coarch modifiod comnaniocPOST search tasksest road call> POST search callsGET list callsPOST meetinas scheduledGET get meetingPOST aet link to task> post Cronto Contart with AccorintionHubspotv Iteration run HSGET Read Coov40. An error occurred.en. successful oneration› Journal & webhoooks v4> ©Authi› Properties>RESSARCH> SEARCH> Tickets~ Useful> PoST filter per comoany / oniv onen deal stagesGET engagements old associated by dea>ENVIRONMENTS> SPFCS> FLOWSa Connect Git = Concoleo.) Termin100% L2Inu / May 10.13.31Upgrade+, AIAll variablesE environmentNo environment selected. Select envionmenG GlobalstokenCKPurSPgMxIZQINQ...baseUrthttps://apl.hubapi.comdev-tokencLLm5nn@mxir@in.• Local VaultStore your API secrets locally in vault.Set up vaultGiobals Vault Tooks •- m=m...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
3275
|
124
|
55
|
2026-05-07T12:09:47.722842+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778155787722_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdlahhlSupport Daily - nowXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.GET Get Eno • GET Read Cop.No environmentvIteration run HS > Read Copy@ Save((baseUrl)) /crm/v3/objects/ :0bject Type / :objectld properties = <seing>&properties = <string> associations = <string>&associations =‹string» &paginateAssocE Docs Params • Authorization • Headers 8 Body Scripts SettingsCookiesQuery Paramspropertiespropertiesv associationsvassociationsv paqinateAssociationarchivedidPropertyValue<string><string><string><string>falsefalse<string>DescriptionBulk Edit ..A comma separated list of the properties to be returned inA comma separated list or the properties to be returned inA comma separated list of object types to retrieve associalA comma separated list of object types to retrieve associatWhether to return only results that have been archived.The name of a property whose values are unique for this olPath VariablesobjectTypeValue<string><string>Description(Required)(Required)Bulk Edit …..Response3 History100% L2VAIlVariables in requestobjectTypeobjectldG baseUrl>All variablesInu / May 10.09.41Uparadesounig?<string>https://api.hubapi.comv COLLECtIONs> batchv O (object Id)associations/{to Object Type)y det Read[5: An error occurred.29: successtul operation>DEL Archive>PATCH Update>GET List>post Create> PoST Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinaspost coarch modifiod comnanio.POST search taskscst read call> POST search callsGET list callsPOST meetinas scheduledGET get meetinoPOST aet link to task> post Cronto Contart with AccorintionHubspot~ Iteration run HSGet Read CoovE, An error occurred.en. successtul oberation› Journal & webhoooks v4> ©Authi> Properties>RESSARCHI> SEARCH> Tickets~ Useful> PosT filter per comoany / oniv open deal stagesGET engagements old associated by dea>ENVIRONMENTS> SPFCS> FLOWS@ Connect Git = Concoldoa) TernO Send + Get a successful responseSend + Visualize response*R Send + Write testsGiobals Vault Tooks •- m=m...
|
NULL
|
7767645504735019892
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdlahhlSupport Daily - nowXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.GET Get Eno • GET Read Cop.No environmentvIteration run HS > Read Copy@ Save((baseUrl)) /crm/v3/objects/ :0bject Type / :objectld properties = <seing>&properties = <string> associations = <string>&associations =‹string» &paginateAssocE Docs Params • Authorization • Headers 8 Body Scripts SettingsCookiesQuery Paramspropertiespropertiesv associationsvassociationsv paqinateAssociationarchivedidPropertyValue<string><string><string><string>falsefalse<string>DescriptionBulk Edit ..A comma separated list of the properties to be returned inA comma separated list or the properties to be returned inA comma separated list of object types to retrieve associalA comma separated list of object types to retrieve associatWhether to return only results that have been archived.The name of a property whose values are unique for this olPath VariablesobjectTypeValue<string><string>Description(Required)(Required)Bulk Edit …..Response3 History100% L2VAIlVariables in requestobjectTypeobjectldG baseUrl>All variablesInu / May 10.09.41Uparadesounig?<string>https://api.hubapi.comv COLLECtIONs> batchv O (object Id)associations/{to Object Type)y det Read[5: An error occurred.29: successtul operation>DEL Archive>PATCH Update>GET List>post Create> PoST Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinaspost coarch modifiod comnanio.POST search taskscst read call> POST search callsGET list callsPOST meetinas scheduledGET get meetinoPOST aet link to task> post Cronto Contart with AccorintionHubspot~ Iteration run HSGet Read CoovE, An error occurred.en. successtul oberation› Journal & webhoooks v4> ©Authi> Properties>RESSARCHI> SEARCH> Tickets~ Useful> PosT filter per comoany / oniv open deal stagesGET engagements old associated by dea>ENVIRONMENTS> SPFCS> FLOWS@ Connect Git = Concoldoa) TernO Send + Get a successful responseSend + Visualize response*R Send + Write testsGiobals Vault Tooks •- m=m...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
3219
|
124
|
26
|
2026-05-07T12:07:34.708022+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778155654708_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdlaXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.Iteration run HSCOLLECTIONS> Iteration run HS~ Journal & webhoooks v4Functional ScheduledPerformanceRuns triggered for this collection via Collection Runner and Postman CLI.GET get subscriptionsPost create subscriptionGET Journal earliestLast 100 runs/Run byvGET https://hubspot-webhooks-journal-na1.s..GET next offsetPost get Token prodDEL DELETE SUBSCRIPTION PER PORTALGET DEAL WITH HISTORY PROPERTIES V3> OAuth› Properties> RESEARCHSFARCHPOST search contact by phonePOST search contact by emailPOsT search meetinasPOST search notesPOST Search calls vsPOST Search related meetings v3POST search dealsTicketsv Usetul› post filter per company / only open deal stagesGet engagements old associated by dealGET engagements old associated by companyGeT get history of property - deal stagedET get usersGET SF oauth› GET Meeting outcomes per meeting> GET Read all properties new> dET Read all properties oldGET old call dispositionsGET list with associationsGET list engagements oldGET recent engagementsGET get dealGET Get Engagement (v1)CAMIDONMCNTC> SPFCS> FLOWS@ Connect Git = Concole 5.) TermDurationYour collection has not been run vetRun CollectionO Iteration ruiskippedSupport Daily - nowNo environment v|x= Publish docsD RunShare8|0Avg. Kesp. lime100% L2Inu / May 10:0/:34UpgradeAll variablesE environmentNo environment selected. Select environmentc Iteration run HSNo variabies derined in this collection. AdeG GlobalstokenCKPur5PaMxIZQINQ.baseUrlhttps:/api.hubapi.comdev-tokenCLLm5NnQMxIRQIN.Ô Local VaultStore y vau APl secrets locally in valt.Globals Vault Tools S000...
|
NULL
|
7772345720548553094
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdlaXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.Iteration run HSCOLLECTIONS> Iteration run HS~ Journal & webhoooks v4Functional ScheduledPerformanceRuns triggered for this collection via Collection Runner and Postman CLI.GET get subscriptionsPost create subscriptionGET Journal earliestLast 100 runs/Run byvGET https://hubspot-webhooks-journal-na1.s..GET next offsetPost get Token prodDEL DELETE SUBSCRIPTION PER PORTALGET DEAL WITH HISTORY PROPERTIES V3> OAuth› Properties> RESEARCHSFARCHPOST search contact by phonePOST search contact by emailPOsT search meetinasPOST search notesPOST Search calls vsPOST Search related meetings v3POST search dealsTicketsv Usetul› post filter per company / only open deal stagesGet engagements old associated by dealGET engagements old associated by companyGeT get history of property - deal stagedET get usersGET SF oauth› GET Meeting outcomes per meeting> GET Read all properties new> dET Read all properties oldGET old call dispositionsGET list with associationsGET list engagements oldGET recent engagementsGET get dealGET Get Engagement (v1)CAMIDONMCNTC> SPFCS> FLOWS@ Connect Git = Concole 5.) TermDurationYour collection has not been run vetRun CollectionO Iteration ruiskippedSupport Daily - nowNo environment v|x= Publish docsD RunShare8|0Avg. Kesp. lime100% L2Inu / May 10:0/:34UpgradeAll variablesE environmentNo environment selected. Select environmentc Iteration run HSNo variabies derined in this collection. AdeG GlobalstokenCKPur5PaMxIZQINQ.baseUrlhttps:/api.hubapi.comdev-tokenCLLm5NnQMxIRQIN.Ô Local VaultStore y vau APl secrets locally in valt.Globals Vault Tools S000...
|
3218
|
NULL
|
NULL
|
NULL
|
|
3303
|
126
|
8
|
2026-05-07T12:10:56.151193+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778155856151_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/v3/details → portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","requestId": "..."nolncvname values:• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdlaThu 7 May 15:10:55Xx Hubspot vQ SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.v COLLECtIONs> batch~ [ (object id)associations/{to Object Type)y det Read[5: An error occurred.29: successtul operation>DEL Archive>PATCH Update>GET List>post Create> PosT Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinaspost coarch modifiod comnanio.POST search taskscst read call> POST search callsGET list callsPOST meetinas scheduledGET get meetingPOST aet link to task> post Cronto Contart with Accorintion~ Iteration run HS• GeT Read CoovE, An error occurred.en. successtul oberation› Journal & webhoooks v4> ©Authi> Properties>RESSARCH> SEARCH> Tickets~ UsefulGET readGET GetE • GET ReadIteration run HS > Read Copy((baseUrl)) /crm/v3/objects/deal/287386441?associations=contact&associations=companyE Docs Params • Authorization • Headers 9 Body Scripts SettingsQuery ParamsKeyassociationsv associationsResponse3 History> PoST filter per comoany / oniv onen deal stagesGET engagements old associated by dea>ENVIRONMENTS> SPFCS> FLOWSa Connect Git = Concoleo.) TerminValuecontactcompanySend + Get a successful responsea Send + Visualize response*R Send + Write testsIterationE Iterationf Support Daily • 5m leftNo environment) SaveCookiesBulk Edit ..100% L2VAIlVariables in requestG tokenG baseurl• All VarlablesCKPur5PaMx ZoiNg,https://api.hubapi.comDescriotionDescriptionGlobals Vault Tools s000...
|
NULL
|
-2988533529989756501
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/v3/details → portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","requestId": "..."nolncvname values:• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdlaThu 7 May 15:10:55Xx Hubspot vQ SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.v COLLECtIONs> batch~ [ (object id)associations/{to Object Type)y det Read[5: An error occurred.29: successtul operation>DEL Archive>PATCH Update>GET List>post Create> PosT Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinaspost coarch modifiod comnanio.POST search taskscst read call> POST search callsGET list callsPOST meetinas scheduledGET get meetingPOST aet link to task> post Cronto Contart with Accorintion~ Iteration run HS• GeT Read CoovE, An error occurred.en. successtul oberation› Journal & webhoooks v4> ©Authi> Properties>RESSARCH> SEARCH> Tickets~ UsefulGET readGET GetE • GET ReadIteration run HS > Read Copy((baseUrl)) /crm/v3/objects/deal/287386441?associations=contact&associations=companyE Docs Params • Authorization • Headers 9 Body Scripts SettingsQuery ParamsKeyassociationsv associationsResponse3 History> PoST filter per comoany / oniv onen deal stagesGET engagements old associated by dea>ENVIRONMENTS> SPFCS> FLOWSa Connect Git = Concoleo.) TerminValuecontactcompanySend + Get a successful responsea Send + Visualize response*R Send + Write testsIterationE Iterationf Support Daily • 5m leftNo environment) SaveCookiesBulk Edit ..100% L2VAIlVariables in requestG tokenG baseurl• All VarlablesCKPur5PaMx ZoiNg,https://api.hubapi.comDescriotionDescriptionGlobals Vault Tools s000...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
3301
|
126
|
7
|
2026-05-07T12:10:54.659436+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778155854659_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/v3/details → portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","requestId": "..."nolncvname values:• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdlaThu 7 May 15:10:54Xx Hubspot vQ SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.Iteration run HS > Read Copy((baseUrl)) /crm/v3/objects/deal/287386441?associations=contact&associations=companyE Docs Params • Authorization • Headers 9 Body Scripts SettingsQuery ParamsKeyassociationsv associationsValuecontactcompanyIterationD Iteratiof Support Daily • 5m leftNo environn) SaveCookiesBulk Edit ..100% L2VAIlVariables in requestG tokenG baseurlAll Varlablesv COLLECtIONs> batch~ [ (object id)associations/{to Object Type)y det Read[5: An error occurred.29: successtul operation>DEL Archive>PATCH Update>GET List>post Create> PosT Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinaspost coarch modifiod comnanio.POST search taskscst read call> POST search callsGET list callsPOST meetinas scheduledGET get meetingPOST aet link to task> post Cronto Contart with Accorintion~ Iteration run HS• GeT Read CoovE, An error occurred.en. successful oneration› Journal & webhoooks v4> ©Authi> Properties>RESSARCH> SEARCH> Tickets~ Useful> PoST filter per comoany / oniv onen deal stagesGET engagements old associated by dea>ENVIRONMENTS> SPFCS> FLOWSa Connect Git = Concoleo.) Terminhttps://api.hubapi.comDescriotionDescriptionResponse3 HistorySend + Get a successful responset Send + Visualize response*& Send + Write testsGlobals Vault Tools s000...
|
NULL
|
3122250913562089142
|
NULL
|
visual_change
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/v3/details → portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","requestId": "..."nolncvname values:• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdlaThu 7 May 15:10:54Xx Hubspot vQ SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.Iteration run HS > Read Copy((baseUrl)) /crm/v3/objects/deal/287386441?associations=contact&associations=companyE Docs Params • Authorization • Headers 9 Body Scripts SettingsQuery ParamsKeyassociationsv associationsValuecontactcompanyIterationD Iteratiof Support Daily • 5m leftNo environn) SaveCookiesBulk Edit ..100% L2VAIlVariables in requestG tokenG baseurlAll Varlablesv COLLECtIONs> batch~ [ (object id)associations/{to Object Type)y det Read[5: An error occurred.29: successtul operation>DEL Archive>PATCH Update>GET List>post Create> PosT Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinaspost coarch modifiod comnanio.POST search taskscst read call> POST search callsGET list callsPOST meetinas scheduledGET get meetingPOST aet link to task> post Cronto Contart with Accorintion~ Iteration run HS• GeT Read CoovE, An error occurred.en. successful oneration› Journal & webhoooks v4> ©Authi> Properties>RESSARCH> SEARCH> Tickets~ Useful> PoST filter per comoany / oniv onen deal stagesGET engagements old associated by dea>ENVIRONMENTS> SPFCS> FLOWSa Connect Git = Concoleo.) Terminhttps://api.hubapi.comDescriotionDescriptionResponse3 HistorySend + Get a successful responset Send + Visualize response*& Send + Write testsGlobals Vault Tools s000...
|
3300
|
NULL
|
NULL
|
NULL
|
|
3336
|
126
|
25
|
2026-05-07T12:12:05.111787+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778155925111_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/v3/details → portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values:• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdlaf Support Daily - 3m leftXx Hubspot vQ SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.mIterationD IteratioNo environmentIteration run HS - Run results• Run AgainShare..• Ran today at 03:11:58 PM • View allrunsDurationAll testsRunner1s 478ms197 msAll 0 Passed 0 Failed 0 Skipped 0 Errors 0 Console logGET Read Copyhttps://api.hubapi.com/crm/v3/obj(lwjs/deal/287386441?associations=contact&associations=companyNo tests foundIteration 2GET Read ConvNo tests foundlGET Read CopyNo tests toundListGrid200 • 204 ms • 1.425 KB200 • 196 ms • 1.419 KB200 • 190 ms • 1.423 KB|COLLECTIONS> batch~ [ (object id)associations/{to Object Type)y det Read[5: An error occurred.29: successtul operation>DEL Archive>PATCH Update>GET List>post Create> PosT Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinaspost coarch modifiod comnanio.POST search taskscst read call> POST search callsGET list callsPOST meetinas scheduledGET get meetingPOST aet link to task> post Cronto Contart with AccorintionHubspot~ Iteration run HSGET Read Coova0. An error occurred.en. successtul oberation› Journal & webhoooks v4> ©Authi> Properties>RESSARCH> SEARCH> Tickets~ Useful> PoST filter per comoany / oniv onen deal stagesGET engagements old associated by dea>ENVIRONMENTS) spFcs> FLOWS@ Connect Git = Concoldoa) Tern100% CThu 7 May 15:12:04* AIAll variablesE EnvironmentNo environment selected Select environmentG GlobalstokenbaseUrldev-tokenCKPurSPgMxIZQINQ...https:/api.hubapi.comCLLm5NnQMxIRQIN...^Local VaultStore your API secrets locally in vault.Set up vaultGlobals Vault Tools S000...
|
NULL
|
856045787132140600
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/v3/details → portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values:• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdlaf Support Daily - 3m leftXx Hubspot vQ SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.mIterationD IteratioNo environmentIteration run HS - Run results• Run AgainShare..• Ran today at 03:11:58 PM • View allrunsDurationAll testsRunner1s 478ms197 msAll 0 Passed 0 Failed 0 Skipped 0 Errors 0 Console logGET Read Copyhttps://api.hubapi.com/crm/v3/obj(lwjs/deal/287386441?associations=contact&associations=companyNo tests foundIteration 2GET Read ConvNo tests foundlGET Read CopyNo tests toundListGrid200 • 204 ms • 1.425 KB200 • 196 ms • 1.419 KB200 • 190 ms • 1.423 KB|COLLECTIONS> batch~ [ (object id)associations/{to Object Type)y det Read[5: An error occurred.29: successtul operation>DEL Archive>PATCH Update>GET List>post Create> PosT Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinaspost coarch modifiod comnanio.POST search taskscst read call> POST search callsGET list callsPOST meetinas scheduledGET get meetingPOST aet link to task> post Cronto Contart with AccorintionHubspot~ Iteration run HSGET Read Coova0. An error occurred.en. successtul oberation› Journal & webhoooks v4> ©Authi> Properties>RESSARCH> SEARCH> Tickets~ Useful> PoST filter per comoany / oniv onen deal stagesGET engagements old associated by dea>ENVIRONMENTS) spFcs> FLOWS@ Connect Git = Concoldoa) Tern100% CThu 7 May 15:12:04* AIAll variablesE EnvironmentNo environment selected Select environmentG GlobalstokenbaseUrldev-tokenCKPurSPgMxIZQINQ...https:/api.hubapi.comCLLm5NnQMxIRQIN...^Local VaultStore your API secrets locally in vault.Set up vaultGlobals Vault Tools S000...
|
3333
|
NULL
|
NULL
|
NULL
|
|
3401
|
128
|
10
|
2026-05-07T12:16:11.950012+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778156171950_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 .…. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429: set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievname :TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdlaXx Hubspot vQ SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationIteration run Search HSCOLLECTIONSe.9. An error occurred.29; successtul operationIteration run Search HS> DEL Archive• You M0 0uU1 O 03:15 PM. May 07. 2026>PATCH Update> GET List>post CreateHelp people understand your collection by adding a description. *; Write with AlPost Filter. Sort. and Search CRM Obiects29: successtul operationgo. An error occurred.› CRM Owners> CRM Pioelines>Dealsv Engagements> O OLD ENGAGEMENTSGET list meetingsPOST search modified companiesPOST search taskseroadnai> POST search callscet list callsPOST meetinas scheduledGET get meetingPOST aet link to task>Post create contact with association> Hubsoot~ Iteration run HS~ GET Read Copycf. An error occurred.eg. successful onerationPosT searcia,contact by email CopyIteration run Search HSCollection is emptyAdd a reauest or folder to structure vour API* Add requestAdd folderJournal & webhoooks y4› OAuth> PropertiesENMIDANMENTS> SPFCS> FLOWS@ Connect Git = Concole 5.) Termin"Lukas sterka 121• In Zn 14mOIteratio,No environment v|x= Publish docsD RunShare100% L2Thu 7 May 15:16:11UparadeVAIIAll variablesNo environment selected. Select envionmenc Iteration run Search HSNo variabies derined in this collection. AdeG GlobalstokenCKPur5PaMxIZQINQ.baseUrlhttps:/api.hubapi.comdev-tokenCLLm5NnQMxIRQIN.^ Local VaultStore y vau APl secrets locally in valt.Globals Vault Tools S000...
|
NULL
|
8678916378313881344
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 .…. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429: set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievname :TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdlaXx Hubspot vQ SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationIteration run Search HSCOLLECTIONSe.9. An error occurred.29; successtul operationIteration run Search HS> DEL Archive• You M0 0uU1 O 03:15 PM. May 07. 2026>PATCH Update> GET List>post CreateHelp people understand your collection by adding a description. *; Write with AlPost Filter. Sort. and Search CRM Obiects29: successtul operationgo. An error occurred.› CRM Owners> CRM Pioelines>Dealsv Engagements> O OLD ENGAGEMENTSGET list meetingsPOST search modified companiesPOST search taskseroadnai> POST search callscet list callsPOST meetinas scheduledGET get meetingPOST aet link to task>Post create contact with association> Hubsoot~ Iteration run HS~ GET Read Copycf. An error occurred.eg. successful onerationPosT searcia,contact by email CopyIteration run Search HSCollection is emptyAdd a reauest or folder to structure vour API* Add requestAdd folderJournal & webhoooks y4› OAuth> PropertiesENMIDANMENTS> SPFCS> FLOWS@ Connect Git = Concole 5.) Termin"Lukas sterka 121• In Zn 14mOIteratio,No environment v|x= Publish docsD RunShare100% L2Thu 7 May 15:16:11UparadeVAIIAll variablesNo environment selected. Select envionmenc Iteration run Search HSNo variabies derined in this collection. AdeG GlobalstokenCKPur5PaMxIZQINQ.baseUrlhttps:/api.hubapi.comdev-tokenCLLm5NnQMxIRQIN.^ Local VaultStore y vau APl secrets locally in valt.Globals Vault Tools S000...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
3213
|
124
|
23
|
2026-05-07T12:06:56.244709+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778155616244_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 .…. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429: set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Batch endpoints: up to 100 records per call (read/c)Thu 7 May 15:06:56Q SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.GET Read •CRM Objects › crm/v3/objects/(object Type) › (object Id} › Readv COLLECtIONs29: An error occurrea.ae, successful operation** Ask Alms • Authorization • Headers 9 Body Scripts Settings>bel Archive› PATCH Uodate> GET ListHTТP* GraphQL* AIToken((token))> POST Create> PosT Filter, Sort, and Search CRM Objer $ gRPC> CRM Owners› CRM Pipelines" MeH* Websocket© Socket.l0> Dealsa MOTTon neader will oe automatically generated wnenchoagements> 7 OLD ENGAGEMENTSo Collertiono. environmenGel list meetinos© SpecnD MocK Server# MonitorGET read calllf Insights> post search callsof FlowGeT ist callsPoST meetings scheduledGET get meetingPoST get link to task• POST Create Contact with Association> HubspotCookies 1{7 JSON ~PrevievWVisualize vJournal & webhoooks v4POST Get tokenGET get subscriptionsPOSt create subscriptionedate": "2018-10-04T08:01:19.8117"'2025-12-04T11:50:28.8202",GET Journal earliesGET Journal latest-eеe.2025-12-04111:50:28.820Z,"archived": talse.https://app.hubspot.com/contacts/4392066/xecord/0-3/374720564"GET next offsetPOST aet Token prodDEL DELETE SUBSCRIPTION PER PORTALGET DEAL WITH HISTORY PROPERTIES V3› OAuth> RESEARCHSEARCHPOST search contact by phonePOST search contact by emaiCAMIDONMCNTC> SPFCS>FLOWS@ Connect Git = Concold5. Te$O MO"supoont Dally • nowNo environment) SaveCookies100% L2VAIlVariables in requestcbaseUrlG token• All Varlableshttos:/lapi.hubaoCKPur5PgMxIZQINQ...200 OK • 197 ms • 1.26 KB • Ga eg. Save Response •*•= =Q08Globals Vault Tools s000...
|
NULL
|
5971327412610076662
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 .…. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429: set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Batch endpoints: up to 100 records per call (read/c)Thu 7 May 15:06:56Q SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.GET Read •CRM Objects › crm/v3/objects/(object Type) › (object Id} › Readv COLLECtIONs29: An error occurrea.ae, successful operation** Ask Alms • Authorization • Headers 9 Body Scripts Settings>bel Archive› PATCH Uodate> GET ListHTТP* GraphQL* AIToken((token))> POST Create> PosT Filter, Sort, and Search CRM Objer $ gRPC> CRM Owners› CRM Pipelines" MeH* Websocket© Socket.l0> Dealsa MOTTon neader will oe automatically generated wnenchoagements> 7 OLD ENGAGEMENTSo Collertiono. environmenGel list meetinos© SpecnD MocK Server# MonitorGET read calllf Insights> post search callsof FlowGeT ist callsPoST meetings scheduledGET get meetingPoST get link to task• POST Create Contact with Association> HubspotCookies 1{7 JSON ~PrevievWVisualize vJournal & webhoooks v4POST Get tokenGET get subscriptionsPOSt create subscriptionedate": "2018-10-04T08:01:19.8117"'2025-12-04T11:50:28.8202",GET Journal earliesGET Journal latest-eеe.2025-12-04111:50:28.820Z,"archived": talse.https://app.hubspot.com/contacts/4392066/xecord/0-3/374720564"GET next offsetPOST aet Token prodDEL DELETE SUBSCRIPTION PER PORTALGET DEAL WITH HISTORY PROPERTIES V3› OAuth> RESEARCHSEARCHPOST search contact by phonePOST search contact by emaiCAMIDONMCNTC> SPFCS>FLOWS@ Connect Git = Concold5. Te$O MO"supoont Dally • nowNo environment) SaveCookies100% L2VAIlVariables in requestcbaseUrlG token• All Varlableshttos:/lapi.hubaoCKPur5PgMxIZQINQ...200 OK • 197 ms • 1.26 KB • Ga eg. Save Response •*•= =Q08Globals Vault Tools s000...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
3325
|
126
|
20
|
2026-05-07T12:11:37.128518+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778155897128_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 .…. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429: set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/v3/details → portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Batch endpoints: up to 100 records per call (read/c)Thu 7 May 15:11:36Q SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.GET readGET GetE•Iteration run HS > Read Copy((baseUrl)) /crm/v3/objects/deal/287386441?associations=contact&associations=company# Docs Params • Authorization • Headers 9 Body Scripts SettingsQuery ParamsKeyv associationsv associationsValuecontactcompanyIteratione neraf Support Daily • 4m leftNo environment& SaveCookiesBulk Edit ..100% L2VAIlVariables in requestG baseurlAll Varlablesv COLLECtIONs>D batch~ [ (object id)associations/{to Object Type)y det Read[5: An error occurred.29: successtul operation> DEL Archive>PATCH Update>GET List>post Create> PosT Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinaspirt coaren madmer camaanioPOST search tasksGet read call> POST search callsGET list callsPOST meetinas scheduledGET get meetinoPOST aet link to taskHubspot~ Iteration run HSGet Read CoovE, An error occurred.en. successful oneration› Journal & webhoooks v4> ©Authi> Properties>RESSARCH> SEARCH~ Useful> PoST filter per comoany / oniv onen deal stagesGET engagements old associated by deal>ENVIRONMENTS> SPFCS>FLOWSConnect Git E Console5. TeCKPur5PaMx ZoiNg,https://api.hubapi.comDescriotionDescriptionCookies 1{ JSOND PreviewWVisualize v200 OK • 299 ms • 1.39 KB • Ga eg. Save Response •*•==a00"hs_lastmodifieddate": "2025-12-16T13:32:17.3982","287386441","pipeline": "detault"2018-04-25T18:53:34.7547"."url": "https://app.hubspot.com/contacts/4392066/record/0-3/287386441","type": "deal to company unlabeled'UNN"contactc".Globals Vault Tools s000...
|
NULL
|
-2820828343900640608
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 .…. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429: set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/v3/details → portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Batch endpoints: up to 100 records per call (read/c)Thu 7 May 15:11:36Q SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.GET readGET GetE•Iteration run HS > Read Copy((baseUrl)) /crm/v3/objects/deal/287386441?associations=contact&associations=company# Docs Params • Authorization • Headers 9 Body Scripts SettingsQuery ParamsKeyv associationsv associationsValuecontactcompanyIteratione neraf Support Daily • 4m leftNo environment& SaveCookiesBulk Edit ..100% L2VAIlVariables in requestG baseurlAll Varlablesv COLLECtIONs>D batch~ [ (object id)associations/{to Object Type)y det Read[5: An error occurred.29: successtul operation> DEL Archive>PATCH Update>GET List>post Create> PosT Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinaspirt coaren madmer camaanioPOST search tasksGet read call> POST search callsGET list callsPOST meetinas scheduledGET get meetinoPOST aet link to taskHubspot~ Iteration run HSGet Read CoovE, An error occurred.en. successful oneration› Journal & webhoooks v4> ©Authi> Properties>RESSARCH> SEARCH~ Useful> PoST filter per comoany / oniv onen deal stagesGET engagements old associated by deal>ENVIRONMENTS> SPFCS>FLOWSConnect Git E Console5. TeCKPur5PaMx ZoiNg,https://api.hubapi.comDescriotionDescriptionCookies 1{ JSOND PreviewWVisualize v200 OK • 299 ms • 1.39 KB • Ga eg. Save Response •*•==a00"hs_lastmodifieddate": "2025-12-16T13:32:17.3982","287386441","pipeline": "detault"2018-04-25T18:53:34.7547"."url": "https://app.hubspot.com/contacts/4392066/record/0-3/287386441","type": "deal to company unlabeled'UNN"contactc".Globals Vault Tools s000...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
3358
|
126
|
37
|
2026-05-07T12:14:08.783634+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778156048783_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 .…. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievname :TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/v3/details → portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdla$0loblQ SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.v COLLECtIONs> 0 batch~ [D (object id)> associations/{to Object Type)det Read[5: An error occurred.29: successtul operation› DEL Archive>PATCH Update> GET Listpost Create> POST Filter, Sort, and Search CRM ObjectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinaspirt coaren madmer camaanioPOST search tasksGet read call> POST search callsGET list callsPOST meetinas scheduledGET get meetinoPOST aet link to taskHubspot~ Iteration run HSGET Read CoovE, An error occurred.en. successtul oberation› Journal & webhoooks v4> ©Authi> Properties>RESSARCHI> SEARCH~ UsefulmIterationD IteratioIteration run HS - Run results• Run Again• Ran today at 03:13:36 PM • View allrunsDurationAll testsRunne22s 32ms195 msAllo Passedo ralled o skipped otrrors oconsole loghttps://api.hubapi.com/crm/v3/obiects/deal/287386441?associations=contact&associations=companvNo tests toungIteration 94GET Read CopyNo tests foundIteration 95GET Read CopyIteration 96)GET Read Copyhttos:/lapi.hubapi.com/crm/v3/obiects/deal/2873864412associations=contact&associations=companvNo tests foundIteration 97GET Read Copyn/vs/objects/deal/28/386441?associations=contactaassociations=companyNo tests foundIteration 9%GET Read Copyons=contact&associations=companvnin rocre auintGET Read Convhttps://api.hubapi.com/crm/v3/objects/deal/287386441?associations=contact&associations=companyNo tests foundMtnration 100l> PoST filter per comoany / oniv onen deal stagesVgt engagements old associated by dealGET Read Copy>ENVIRONMENTS) spFcsNio rocre totin> FLOWSConnect Git E ConsoleSupport Daily - 1m leftNo environmentShareList200 • 237 ms • 1,413 K:200 - 168 ms • 1.417 KB100% C4)Thu 7 May 15:14:08* AIAll variablesE EnvironmentNo environment celected Select environmenG GlobalstokenCKPur5PgMxIZQINQ...baseUrlhttps://api.hubapi.comdev-tokenClt mSNnOMxlDOIn• Local VaultStore your API secrets locally in vault.Set up vault200 • 208 ms • 1.417 KB200 • 219 ms • 1.419 KB200 • 174 ms • 1.419 KB200 • 203 ms • 1.425 KB200 • 173 ms • 1.429 KBGiobals Vault Tooks -- (=...
|
NULL
|
7005685935416318798
|
NULL
|
idle
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 .…. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievname :TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/v3/details → portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdla$0loblQ SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.v COLLECtIONs> 0 batch~ [D (object id)> associations/{to Object Type)det Read[5: An error occurred.29: successtul operation› DEL Archive>PATCH Update> GET Listpost Create> POST Filter, Sort, and Search CRM ObjectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinaspirt coaren madmer camaanioPOST search tasksGet read call> POST search callsGET list callsPOST meetinas scheduledGET get meetinoPOST aet link to taskHubspot~ Iteration run HSGET Read CoovE, An error occurred.en. successtul oberation› Journal & webhoooks v4> ©Authi> Properties>RESSARCHI> SEARCH~ UsefulmIterationD IteratioIteration run HS - Run results• Run Again• Ran today at 03:13:36 PM • View allrunsDurationAll testsRunne22s 32ms195 msAllo Passedo ralled o skipped otrrors oconsole loghttps://api.hubapi.com/crm/v3/obiects/deal/287386441?associations=contact&associations=companvNo tests toungIteration 94GET Read CopyNo tests foundIteration 95GET Read CopyIteration 96)GET Read Copyhttos:/lapi.hubapi.com/crm/v3/obiects/deal/2873864412associations=contact&associations=companvNo tests foundIteration 97GET Read Copyn/vs/objects/deal/28/386441?associations=contactaassociations=companyNo tests foundIteration 9%GET Read Copyons=contact&associations=companvnin rocre auintGET Read Convhttps://api.hubapi.com/crm/v3/objects/deal/287386441?associations=contact&associations=companyNo tests foundMtnration 100l> PoST filter per comoany / oniv onen deal stagesVgt engagements old associated by dealGET Read Copy>ENVIRONMENTS) spFcsNio rocre totin> FLOWSConnect Git E ConsoleSupport Daily - 1m leftNo environmentShareList200 • 237 ms • 1,413 K:200 - 168 ms • 1.417 KB100% C4)Thu 7 May 15:14:08* AIAll variablesE EnvironmentNo environment celected Select environmenG GlobalstokenCKPur5PgMxIZQINQ...baseUrlhttps://api.hubapi.comdev-tokenClt mSNnOMxlDOIn• Local VaultStore your API secrets locally in vault.Set up vault200 • 208 ms • 1.417 KB200 • 219 ms • 1.419 KB200 • 174 ms • 1.419 KB200 • 203 ms • 1.425 KB200 • 173 ms • 1.429 KBGiobals Vault Tooks -- (=...
|
3356
|
NULL
|
NULL
|
NULL
|
|
3222
|
124
|
27
|
2026-05-07T12:07:45.397634+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778155665397_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 .…. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdla• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.Iteration run HSCOLLECTIONS> Iteration run HS~ Journal & webhoooks v4Functional ScheduledPerformancePOsT Get tokenRuns triggered for this collection via Collection Runner and Postman CLI.GET get subscriptionsPost create subscriptionLast 100 runsRun by ~GET Journal earliestV Last 100 runsLast 500 runsDurationGET https://hubspot-webhooks-journal-na1.s..Last 1000 runsGET next offsetPost get Token prodDEL DELETE SUBSCRIPTION PER PORTALGET DEAL WITH HISTORY PROPERTIES V3> OAuth› Properties> RESEARCHSFARCHPOST search contact by phonePOST search contact by emailPOsT search meetinasPOST search notesPOST Search calls vsPOST Search related meetings v3POST search dealsTicketsUsetul> PosT filter per company / only open deal stagesGet engagements old associated by dealGET engagements old associated by companyGeT get history of property - deal stagedET get usersGET SF oauth› GET Meeting outcomes per meeting> GET Read all properties new> dET Read all properties oldGET old call dispositionsGET list with associationsGET list engagements oldGET recent engagementsGET get degGET Get Enaadement (v1)CAMIDONMCNTC) spFcs>FLOWSa Connect Git = Concoleoa) TernYour collection has not been run vetRun CollectionO Iteration ruiskippedhelSupport Daily - nowNo environment v|x= Publish docsD RunShare8|0Avg. Kesp. lime100% L2Thu 7 May 15:07:45UpgradeAll variablesE environmentNo environment selected. Select environmentc Iteration run HSNo variabies derined in this collection. AdeG GlobalstokenCKPur5PaMxIZQINQ.baseUrlhttps:/api.hubapi.comdev-tokenCLLm5NnQMxIRQIN.Ô Local VaultStore y vau APl secrets locally in valt.Globals Vault Tools S000...
|
NULL
|
7666872866123912673
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 .…. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdla• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.Iteration run HSCOLLECTIONS> Iteration run HS~ Journal & webhoooks v4Functional ScheduledPerformancePOsT Get tokenRuns triggered for this collection via Collection Runner and Postman CLI.GET get subscriptionsPost create subscriptionLast 100 runsRun by ~GET Journal earliestV Last 100 runsLast 500 runsDurationGET https://hubspot-webhooks-journal-na1.s..Last 1000 runsGET next offsetPost get Token prodDEL DELETE SUBSCRIPTION PER PORTALGET DEAL WITH HISTORY PROPERTIES V3> OAuth› Properties> RESEARCHSFARCHPOST search contact by phonePOST search contact by emailPOsT search meetinasPOST search notesPOST Search calls vsPOST Search related meetings v3POST search dealsTicketsUsetul> PosT filter per company / only open deal stagesGet engagements old associated by dealGET engagements old associated by companyGeT get history of property - deal stagedET get usersGET SF oauth› GET Meeting outcomes per meeting> GET Read all properties new> dET Read all properties oldGET old call dispositionsGET list with associationsGET list engagements oldGET recent engagementsGET get degGET Get Enaadement (v1)CAMIDONMCNTC) spFcs>FLOWSa Connect Git = Concoleoa) TernYour collection has not been run vetRun CollectionO Iteration ruiskippedhelSupport Daily - nowNo environment v|x= Publish docsD RunShare8|0Avg. Kesp. lime100% L2Thu 7 May 15:07:45UpgradeAll variablesE environmentNo environment selected. Select environmentc Iteration run HSNo variabies derined in this collection. AdeG GlobalstokenCKPur5PaMxIZQINQ.baseUrlhttps:/api.hubapi.comdev-tokenCLLm5NnQMxIRQIN.Ô Local VaultStore y vau APl secrets locally in valt.Globals Vault Tools S000...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
3340
|
126
|
27
|
2026-05-07T12:12:10.275754+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778155930275_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 .…. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdlasuppont Dally • 3m lertXx Hubspot vYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.v COLLECtIONs> batch~ [ (object id)associations/{to Object Type)y det Read[5: An error occurred.29: successtul operation>DEL Archive>PATCH Update>GET List>post Create> PosT Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinaspost coarch modifiod comnanio.POST search taskscst read call> POST search callsGET list callsPOST meetinas scheduledGET get meetingPOST aet link to task> post Cronto Contart with AccorintionHubspot~ Iteration run HSGET Read Coova0. An error occurred.en. successtul oberation› Journal & webhoooks v4> ©Authi> Properties>RESSARCH> SEARCH> Tickets~ UsefulM IterationE IterationNo environmentvIteration run HS - Run results• Run Again• Ran today at 03:11:58 PM • View allrunsRunnerDuration1s 478msAll tests197 msAll 0 Passed 0 Failed 0 Skipped 0 Errors 0 Console logGridGET Read CopyNo tests foundIteration 2GET Read ConvNo tests foundlIteration 3GET Read CopyNo tests found> PosT filter per comoany / oniv open deal stagesGET engagements old associated by dea>ENVIRONMENTS> SPFCS> FLOWSConnect Git E Consoleoa) Tern1 GET Iteration run HS > Read Copy200 • 204 ms • 1.425 KBURL: [URL_WITH_CREDENTIALS] Local VaultStore vour APl secrets locally in vault.Dwe VauiGlobals Vault Tools S000...
|
NULL
|
3660895247820205585
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 .…. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdlasuppont Dally • 3m lertXx Hubspot vYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.v COLLECtIONs> batch~ [ (object id)associations/{to Object Type)y det Read[5: An error occurred.29: successtul operation>DEL Archive>PATCH Update>GET List>post Create> PosT Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinaspost coarch modifiod comnanio.POST search taskscst read call> POST search callsGET list callsPOST meetinas scheduledGET get meetingPOST aet link to task> post Cronto Contart with AccorintionHubspot~ Iteration run HSGET Read Coova0. An error occurred.en. successtul oberation› Journal & webhoooks v4> ©Authi> Properties>RESSARCH> SEARCH> Tickets~ UsefulM IterationE IterationNo environmentvIteration run HS - Run results• Run Again• Ran today at 03:11:58 PM • View allrunsRunnerDuration1s 478msAll tests197 msAll 0 Passed 0 Failed 0 Skipped 0 Errors 0 Console logGridGET Read CopyNo tests foundIteration 2GET Read ConvNo tests foundlIteration 3GET Read CopyNo tests found> PosT filter per comoany / oniv open deal stagesGET engagements old associated by dea>ENVIRONMENTS> SPFCS> FLOWSConnect Git E Consoleoa) Tern1 GET Iteration run HS > Read Copy200 • 204 ms • 1.425 KBURL: [URL_WITH_CREDENTIALS] Local VaultStore vour APl secrets locally in vault.Dwe VauiGlobals Vault Tools S000...
|
3338
|
NULL
|
NULL
|
NULL
|
|
3284
|
124
|
59
|
2026-05-07T12:09:56.031989+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778155796031_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 .…. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/v3/details → portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdlaThu 7 May 15:09:55Q SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.GET Get Eng • GET Read Cc•GET httos:/l:.Iteration run HS > Read Copy((baseUrl)) /crm/v3/objects/deal/287386441?associations=contact&associations=company= DocsАшй тураParams • Authorization • Headers 9 Body Scripts SettingsThe authorization header will be automaticallygenerated when you send the reauest. Learnmore about Bearer Token authorization.Support Daily - nowNo environment) Save100% L2VAIlVariables in requestG tokenG baseurlAll Varlablesv COLLECtIONs> batch~ [ (object id)associations to Obiect Tivoe?y det Read[5: An error occurred.29: successtul operation>DEL Archive>PATCH Update>GET List>post Create> PosT Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinaspost coarch modifiod comnanio.POST search tasksest road call> POST search callsGET list callsPOST meetinas scheduledGET get meetingPOST aet link to task> post Cronto Contart with Accorintion~ Iteration run HSGet Read CoovE, An error occurred.en. successtul oberation› Journal & webhoooks v4> ©Authi> Properties>RESSARCH> SEARCH> Tickets~ Useful> PoST filter per comoany / oniv onen deal stagesGET engagements old associated by dea>ENVIRONMENTS> SPFCS> FLOWSa Connect Git = Concole5.) TermiCookiesCKPur5PaMx ZoiNg,https://api.hubapi.comResponseHistory~Send + Get a successful responsea Send + Visualize response*& Send + Write testsGlobals Vault Tools S 0 00...
|
NULL
|
4527227604209749489
|
NULL
|
visual_change
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdron from 109 →108 → 107 .…. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievlame:TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/v3/details → portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values.• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Ratch enânoints. 1in to 100 records ner call regdlaThu 7 May 15:09:55Q SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.GET Get Eng • GET Read Cc•GET httos:/l:.Iteration run HS > Read Copy((baseUrl)) /crm/v3/objects/deal/287386441?associations=contact&associations=company= DocsАшй тураParams • Authorization • Headers 9 Body Scripts SettingsThe authorization header will be automaticallygenerated when you send the reauest. Learnmore about Bearer Token authorization.Support Daily - nowNo environment) Save100% L2VAIlVariables in requestG tokenG baseurlAll Varlablesv COLLECtIONs> batch~ [ (object id)associations to Obiect Tivoe?y det Read[5: An error occurred.29: successtul operation>DEL Archive>PATCH Update>GET List>post Create> PosT Filter. Sort. and Search CRM ObiectsCRM Owners> CRM Pioelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinaspost coarch modifiod comnanio.POST search tasksest road call> POST search callsGET list callsPOST meetinas scheduledGET get meetingPOST aet link to task> post Cronto Contart with Accorintion~ Iteration run HSGet Read CoovE, An error occurred.en. successtul oberation› Journal & webhoooks v4> ©Authi> Properties>RESSARCH> SEARCH> Tickets~ Useful> PoST filter per comoany / oniv onen deal stagesGET engagements old associated by dea>ENVIRONMENTS> SPFCS> FLOWSa Connect Git = Concole5.) TermiCookiesCKPur5PaMx ZoiNg,https://api.hubapi.comResponseHistory~Send + Get a successful responsea Send + Visualize response*& Send + Write testsGlobals Vault Tools S 0 00...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
3320
|
126
|
17
|
2026-05-07T12:11:28.067406+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778155888067_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdroD from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievname :TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values:• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Batch endpoints: up to 100 records per call (read/c)Thu 7 May 15:11:27Your team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.COLLECTIONS> D batch~ [D (object id)> associations/{to Object Type)det Read[5: An error occurred.29: successtul operation› DEL Archive>PATCH Update> GET Listpost Create> POST Filter, Sort, and Search CRM ObjectsCRM Owners> CRM Pipelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinasirtcoaren madmer amaanioPOST search tasksGet read callGET list callsPOST meetinas scheduledGET get meetingPOST aet link to taskHubspot~ Iteration run HS• GET Repg CopyE, An error occurred.en. successtul oberation› Journal & webhoooks v4• ©Auth> Properties>RESSARCHI> SEARCH~ UsefulIteration run HS - Run results• Ran today at 03:10:24 PM • Vew allrunsDurationRunner12020s 453msAllo Passedo Falled oskipped otrrors oconsole logGET Read CopyNo tests toungIteration 64GET Read CopyNo tests foundoratoneGET Read CopyNo tests foundGET Read CopyNo tests foundIteration 67GFT Read ConNo tests foundIteration 68GET Read CopyNo tests foundIteration 69GET Read Copy> PosT filter per comoany / oniv open deal stagesGET engagements old associated by dealNo tests found>ENVIRONMENTStoration 20) spFcsGET Read Copy> FLOWS• Connect Git = Concolm IterationE Iteration• Run Again"supoont Dally • 4m lertNo environmentvShare |100% 2* AIVariables in requestG tokenG baseurl• All VarlablesAva. Reso. Time151 msring> &associations= <strina>&associations=<strina>&paginateAssociations=false&arc.... 401 • 145 mg • 1191 KB401 • 144 ms • 1.197 KlCKPur5PaMx ZoiNg,https://api.hubapi.comions=<strina>& paginateAssociations=false8arc... 401 145 m6 • 1 102 KP...
|
NULL
|
-5583053325818547048
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit impl PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vcan I call it from postman 100 timesEvaluated Postman testing methods and rate limit behavior implications ›Yes, easily. Postman has a built-in Collection Runner for this.How to do it1. Save the request to a collection (right-click - Save).2. Click Run collection (the play icon next to the collection name) or open therunner from the bottom-left.3. Set Iterations: 100, Delay: O (or a small value like 50ms).4. Hit Run.You'll get a results view showing each iteration's status code response time and (ifyou click into them the headers.What you'll actually seeCince vol connrmed May=110 Tinterval=t dddd•• At Oms delay, 100 iterations: Postman pushes calls as fast as TCP allows -typically 5-10 calls/second on a normal connection. You'l likely see all 100succeed because 100 < 110 in 10 seconds, and each call's latency naturally spacesthings out. The X-HubSpot-RateLimit-Remaining header willdroD from 109 →108 → 107 ….. down to maybe ~10-20 by the end, then recover as the 10-secondwindow siides torward.• To deliberatelv hit a 429. set iterations to 120+ with Oms delav. You'llsee thenret ~l0 reruirn2o0. then 2 bulrct of 42es with nol ievname :TEN SECONDIY ROLITNG• To test the search limit instead: point the request at a search endpoint (e.g.,POST /crm/v3/objects/contacts/search with a minimal body), set iterationsto 10, delay to 0. You'll trigger 429s wi / ›licyName: SECONDLY after the 5thcall within a second. Faster and cheaper to reproduce than the burst limit.Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour.repo, running and testing as it goes.Write a message…Opus 4. AdaptiveHubspot rate limits reference - MDUse timeZone to interpret resetsAt from the daily erCheat sheet: profiling a new portal in PostmanThree calls, in order:1. GEl /account-into/vs/details portalinto+GET /account-info/v3/api-usage/daily/privemeaningful for private apps)3. Skip search probing — the 5/sec is fixedError response shape"message": "You have reached your secondly 1:"errorType" : "RATE_LIMIT","policyName" : "SECONDLY","correlationia": "...","requestId": "..."nolncvname values:• SECONDLY - search bucket (5/sec)• TEN_SECONDLY_ROLLING - burst bucket (110/10sprivate)• DAILY — private apps daily ceilingAlways inspect policyName on 429 to know which bucback off.Other operational guidelines• Error responses must stay under 5% of total dailycertificationi• Polling endpoints: minimum interval 5 minutes.• Search querv: max 3.000 chars, max 18 filters acroresults per query.• Batch endpoints: up to 100 records per call (read/c)Thu 7 May 15:11:27Your team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaboration.COLLECTIONS> D batch~ [D (object id)> associations/{to Object Type)det Read[5: An error occurred.29: successtul operation› DEL Archive>PATCH Update> GET Listpost Create> POST Filter, Sort, and Search CRM ObjectsCRM Owners> CRM Pipelines>Deals~ Engagements> O OLD ENGAGEMENTSget list meetinasirtcoaren madmer amaanioPOST search tasksGet read callGET list callsPOST meetinas scheduledGET get meetingPOST aet link to taskHubspot~ Iteration run HS• GET Repg CopyE, An error occurred.en. successtul oberation› Journal & webhoooks v4• ©Auth> Properties>RESSARCHI> SEARCH~ UsefulIteration run HS - Run results• Ran today at 03:10:24 PM • Vew allrunsDurationRunner12020s 453msAllo Passedo Falled oskipped otrrors oconsole logGET Read CopyNo tests toungIteration 64GET Read CopyNo tests foundoratoneGET Read CopyNo tests foundGET Read CopyNo tests foundIteration 67GFT Read ConNo tests foundIteration 68GET Read CopyNo tests foundIteration 69GET Read Copy> PosT filter per comoany / oniv open deal stagesGET engagements old associated by dealNo tests found>ENVIRONMENTStoration 20) spFcsGET Read Copy> FLOWS• Connect Git = Concolm IterationE Iteration• Run Again"supoont Dally • 4m lertNo environmentvShare |100% 2* AIVariables in requestG tokenG baseurl• All VarlablesAva. Reso. Time151 msring> &associations= <strina>&associations=<strina>&paginateAssociations=false&arc.... 401 • 145 mg • 1191 KB401 • 144 ms • 1.197 KlCKPur5PaMx ZoiNg,https://api.hubapi.comions=<strina>& paginateAssociations=false8arc... 401 145 m6 • 1 102 KP...
|
3318
|
NULL
|
NULL
|
NULL
|
|
10252
|
470
|
14
|
2026-05-08T17:15:12.786332+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-08/1778 /Users/lukas/.screenpipe/data/data/2026-05-08/1778260512786_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
FirefoxFileVIewhistorybookmarksProtlles1OOISWind FirefoxFileVIewhistorybookmarksProtlles1OOISWindowmelpCode diff revieware reai Dut predate uis change —1aopen separate tickets for them rather than expand this PR's scope."summarize the code review suggestionswitch cursor() to lazyByld(250) . It preserves the single-loop, generator-style code in thenew vesion wnlerestonne crover Datenee eazer loaaine avolalne itiongetindexableAttributes() ) and releasing the DB connection between chunks (avoidinglong-held PDO connections during ES/Sentry calls).une orner uwo concers raised ov ue reviewer — unbounded accumuladonin$documentsToUpdate / $documentsToDelete,and synchronous Sentry calls on every failure-— are vala dut dre-care uis rr ana ve lone in sevarare uckers. not as blockers nereok lets fully understand chunkByldDesc(250), cursor and lazyByld (250). I amnot sure l am fully clear on the issue l want to understnad it before suggestingthe changeDissected three Laravel iteration methods and their memory. connection, and eager-loading implications >G00d instincr— er's actualv understand what each one does at the souroo leve. becausethe difterences only make sense once vou see the queries that actually hit the database.cursoroUnder the hood, this runs one query and uses PDO's unbuftered mode to stream results. OnMvSOL MariaDBthat means P00: :MYSOL ATTR USE BUFFERED QUERY = false. The drivertells the server "send me rows as I ask for them." and the server keeps the result set openserver-side until voul ve consumed it alll or the connection drons).What you get:SELECT * FROM activities WHEREORDER BY id:-- A this querv stavs "active" on the connection for the entire foreachlPHP memory: only the current row's hydrated r 1el is alive. Verv low.DB connection: held open and busy for the entire iteration. You cannot run another query onWrite a message…Opus 4.7 Adaptive v100% 12L Lukás Koválik's No.<>n HomeWork Knowledge / ..a Testb Daily+ New agent* Quick Note- Work• Jira ticketView of Sprint17 DailyPlanSorintStefka 1-11 Todoã devEvaluationKnowledaem IdeasE Home viewsA Integration-appWork Knowledaea testing keyboard4 Todo5 YEAR 2026[ New page( New pagePersonal Home1 LOGSBudaet2 ApartmánRouterª) Population decline explainede Hubspot / Hubspot APl callsnulvio vynunivinvourtuiConUuUrtMINEdited 2h agoMethodVia executeRequest/?Rate Limitclient->getOwnersArchived) →makekequestexecute()ANO4 RUPSTapp/services/Activity Hubspot/service.phpunis service uses sthcrmService->searchCallsForPeriod()(the CRM Service.php) - it makes no direct HubSpot API calls itself. All calls delegate through crmService->getCall()Critical Findings1. Line 1313 — raw searchApi()->doSearch() - matchExactlyByParticipant() in Service.php:$response = Sthis->client->getNewInstance()->crm()->contacts()->searchApi()->doSearch($payload);• Goes completelv around the Cllent wrapper — no 429 handlina, no RateLim1tException, no rate limit awareness• Uses the search rate limit bucket• Can be replaced with Sthis->client->search(contacts, Spayload) - same endpoint, same result, adds 429 protection2. Line 920-923 — companies()->searchByDomain() - matchByDomain():ShsAccounts = Sthis->client->getInstance()->companies()->searchByDomain(ScompanyName, $companyProperties):• Usesvi SDK's searchByDomain which calls a search endooint — hits the search rate limit bucket• No 429 protectioni• Cannot be trivially replaced with client->search() (different endpoint/format), but could be wrapped in executeRequest()Press 'space' for Al or "" for commands1 Seniority LevelsMartila Interview Preparation(9 Pain Trackel*New chat x0Plain Text v .*rho May 20.10.13*......
|
NULL
|
-7141556754067921191
|
NULL
|
click
|
ocr
|
NULL
|
FirefoxFileVIewhistorybookmarksProtlles1OOISWind FirefoxFileVIewhistorybookmarksProtlles1OOISWindowmelpCode diff revieware reai Dut predate uis change —1aopen separate tickets for them rather than expand this PR's scope."summarize the code review suggestionswitch cursor() to lazyByld(250) . It preserves the single-loop, generator-style code in thenew vesion wnlerestonne crover Datenee eazer loaaine avolalne itiongetindexableAttributes() ) and releasing the DB connection between chunks (avoidinglong-held PDO connections during ES/Sentry calls).une orner uwo concers raised ov ue reviewer — unbounded accumuladonin$documentsToUpdate / $documentsToDelete,and synchronous Sentry calls on every failure-— are vala dut dre-care uis rr ana ve lone in sevarare uckers. not as blockers nereok lets fully understand chunkByldDesc(250), cursor and lazyByld (250). I amnot sure l am fully clear on the issue l want to understnad it before suggestingthe changeDissected three Laravel iteration methods and their memory. connection, and eager-loading implications >G00d instincr— er's actualv understand what each one does at the souroo leve. becausethe difterences only make sense once vou see the queries that actually hit the database.cursoroUnder the hood, this runs one query and uses PDO's unbuftered mode to stream results. OnMvSOL MariaDBthat means P00: :MYSOL ATTR USE BUFFERED QUERY = false. The drivertells the server "send me rows as I ask for them." and the server keeps the result set openserver-side until voul ve consumed it alll or the connection drons).What you get:SELECT * FROM activities WHEREORDER BY id:-- A this querv stavs "active" on the connection for the entire foreachlPHP memory: only the current row's hydrated r 1el is alive. Verv low.DB connection: held open and busy for the entire iteration. You cannot run another query onWrite a message…Opus 4.7 Adaptive v100% 12L Lukás Koválik's No.<>n HomeWork Knowledge / ..a Testb Daily+ New agent* Quick Note- Work• Jira ticketView of Sprint17 DailyPlanSorintStefka 1-11 Todoã devEvaluationKnowledaem IdeasE Home viewsA Integration-appWork Knowledaea testing keyboard4 Todo5 YEAR 2026[ New page( New pagePersonal Home1 LOGSBudaet2 ApartmánRouterª) Population decline explainede Hubspot / Hubspot APl callsnulvio vynunivinvourtuiConUuUrtMINEdited 2h agoMethodVia executeRequest/?Rate Limitclient->getOwnersArchived) →makekequestexecute()ANO4 RUPSTapp/services/Activity Hubspot/service.phpunis service uses sthcrmService->searchCallsForPeriod()(the CRM Service.php) - it makes no direct HubSpot API calls itself. All calls delegate through crmService->getCall()Critical Findings1. Line 1313 — raw searchApi()->doSearch() - matchExactlyByParticipant() in Service.php:$response = Sthis->client->getNewInstance()->crm()->contacts()->searchApi()->doSearch($payload);• Goes completelv around the Cllent wrapper — no 429 handlina, no RateLim1tException, no rate limit awareness• Uses the search rate limit bucket• Can be replaced with Sthis->client->search(contacts, Spayload) - same endpoint, same result, adds 429 protection2. Line 920-923 — companies()->searchByDomain() - matchByDomain():ShsAccounts = Sthis->client->getInstance()->companies()->searchByDomain(ScompanyName, $companyProperties):• Usesvi SDK's searchByDomain which calls a search endooint — hits the search rate limit bucket• No 429 protectioni• Cannot be trivially replaced with client->search() (different endpoint/format), but could be wrapped in executeRequest()Press 'space' for Al or "" for commands1 Seniority LevelsMartila Interview Preparation(9 Pain Trackel*New chat x0Plain Text v .*rho May 20.10.13*......
|
NULL
|
NULL
|
NULL
|
NULL
|
|
58389
|
2065
|
6
|
2026-05-19T12:23:10.965769+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-19/1779 /Users/lukas/.screenpipe/data/data/2026-05-19/1779193390965_m2.jpg...
|
Firefox
|
JY-20676 delete AJ reports related objects by Laky JY-20676 delete AJ reports related objects by LakyLak · Pull Request #12098 · jiminny/app — Work...
|
1
|
github.com/jiminny/app/pull/12098
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
FirefoxFileEdit•••D+→ cVIewHistory BookmarksProf FirefoxFileEdit•••D+→ cVIewHistory BookmarksProfiles Tools Window Help•github.com/jiminnyPlatform Sprint 4 Q2 - Platform TeProiect Phoenix - Fiama IService-Desk - Queues - PlatformJY-20725 add HS rate limit handlitJY-20808 low priority indexing qu* New TabJiminnys!) SevenShores|Hubspot\Exceptions• Jy-20676 delete A.J reports relate8 JiminnyJY-20676 delete AJ reports rel X+ New Tab* 100% C4 &• Tue 19 May 15:23:1013 OperJY-20676 delete AJ reports related objects #12098LakyLak wants to merge 13 commits into master from JY-20676-delete-report-related-objectsKeview recuirecAt least 1 aporovina review is reauired bv reviewers with write access.• Some checks haven't completed yet4 pendina. 1 in proaress. 1 expected. 14 successtul checks•0 ci/circleci: deploy_docker_backend_code_subenv Waiting for status to be reported — CircleCl is running yo...• O ci/circleci: deploy_docker_worker_code_subenv Waiting for status to be reported — CircleCl is running your …• O ci/circleci: deploy_frontend_assets_to_s3_subenv Waiting for status to be reported - CircleCl is running yo...• ci/circleci: test Waiting for status to be reported - CircleCl is running your tests• 65 SonarCloud Code Analysis Expected - Waiting for status to be reportedRequired1in proaress check v• O build_accept_deploy Started 7 minutes ago — Workflow: build_accept_deployA Merging is blockedAt least 1 approving review is required by reviewers with write access.Enable auto-merge• You can also merae this with the command line. View command line instructions..Still in progress? Convert to draftAdd a commentWritePreviewAdd your comment here….B= 9мa Markdown is sunnortedlon Paste. dron. or click to add filecji Close pull request(@) Remember, contributions to this repository should follow our GitHub Community Guidelines.? ProTip! Add .patch or .diff to the end of URLs for Git's plaintext views.f 0 2026 GitHub, Inc.Terms Privacy Securitv Status Communitv DocsContact Manaae cookies |Do not share my personal informatio!...
|
NULL
|
7417364895129434004
|
NULL
|
click
|
ocr
|
NULL
|
FirefoxFileEdit•••D+→ cVIewHistory BookmarksProf FirefoxFileEdit•••D+→ cVIewHistory BookmarksProfiles Tools Window Help•github.com/jiminnyPlatform Sprint 4 Q2 - Platform TeProiect Phoenix - Fiama IService-Desk - Queues - PlatformJY-20725 add HS rate limit handlitJY-20808 low priority indexing qu* New TabJiminnys!) SevenShores|Hubspot\Exceptions• Jy-20676 delete A.J reports relate8 JiminnyJY-20676 delete AJ reports rel X+ New Tab* 100% C4 &• Tue 19 May 15:23:1013 OperJY-20676 delete AJ reports related objects #12098LakyLak wants to merge 13 commits into master from JY-20676-delete-report-related-objectsKeview recuirecAt least 1 aporovina review is reauired bv reviewers with write access.• Some checks haven't completed yet4 pendina. 1 in proaress. 1 expected. 14 successtul checks•0 ci/circleci: deploy_docker_backend_code_subenv Waiting for status to be reported — CircleCl is running yo...• O ci/circleci: deploy_docker_worker_code_subenv Waiting for status to be reported — CircleCl is running your …• O ci/circleci: deploy_frontend_assets_to_s3_subenv Waiting for status to be reported - CircleCl is running yo...• ci/circleci: test Waiting for status to be reported - CircleCl is running your tests• 65 SonarCloud Code Analysis Expected - Waiting for status to be reportedRequired1in proaress check v• O build_accept_deploy Started 7 minutes ago — Workflow: build_accept_deployA Merging is blockedAt least 1 approving review is required by reviewers with write access.Enable auto-merge• You can also merae this with the command line. View command line instructions..Still in progress? Convert to draftAdd a commentWritePreviewAdd your comment here….B= 9мa Markdown is sunnortedlon Paste. dron. or click to add filecji Close pull request(@) Remember, contributions to this repository should follow our GitHub Community Guidelines.? ProTip! Add .patch or .diff to the end of URLs for Git's plaintext views.f 0 2026 GitHub, Inc.Terms Privacy Securitv Status Communitv DocsContact Manaae cookies |Do not share my personal informatio!...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
26983
|
1122
|
54
|
2026-05-12T14:00:49.463505+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-12/1778 /Users/lukas/.screenpipe/data/data/2026-05-12/1778594449463_m1.jpg...
|
Firefox
|
Meet - Retro - Platform — Work
|
1
|
meet.google.com/bdj-nvho-bms?authuser=lukas.kovali meet.google.com/bdj-nvho-bms?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
FirefoxFileEditViewHistoryBookmarksProfiles→Tool FirefoxFileEditViewHistoryBookmarksProfiles→ToolsWindowHelp<→0 lllmeet.google.com/bdj-nvho-bms?authuser=lukas.kovalik%40jiminny.comg Retro - Platform • now100% (8 • Tue 12 May 17:00:49+Pop out this videoSteliyan GeorgievLukas Kovalik5:00 PM | Retro - Platform• 0:21Lộ3...
|
NULL
|
-7596871541942442926
|
NULL
|
visual_change
|
ocr
|
NULL
|
FirefoxFileEditViewHistoryBookmarksProfiles→Tool FirefoxFileEditViewHistoryBookmarksProfiles→ToolsWindowHelp<→0 lllmeet.google.com/bdj-nvho-bms?authuser=lukas.kovalik%40jiminny.comg Retro - Platform • now100% (8 • Tue 12 May 17:00:49+Pop out this videoSteliyan GeorgievLukas Kovalik5:00 PM | Retro - Platform• 0:21Lộ3...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
61842
|
2188
|
17
|
2026-05-20T10:35:17.389455+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779273317389_m1.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
FirefoxFile EditViewHistoryBookmarksProfilesTool FirefoxFile EditViewHistoryBookmarksProfilesToolsWindowHelpDOCKER• 81DEV (-zsh)app/Services/Activity/HubSpot/Service.phpapp/Services/Crm/Hubspot/Client.phpapp/Services/Crm/Hubspot/HubspotClientInterface.phpapp/Services/Crm/Hubspot/Pagination/HubspotPaginationService.phpapp/Services/Crm/Hubspot/Pagination/PaginationState.phpapp/Services/RecallA1/Commands/ScheduleBotCommand.phpfront-end/package.jsonfront-end/yarn.lockAPP• 8297132152125328routes/api.phptests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DT0s/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.phptests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.phptests/Unit/Component/Transcription/Service/StorageServiceTest.phptests/Unit/Exceptions/RateLimitExceptionTest.phptests/Unit/Jobs/Crm/MatchActivityCrmDataTest.phptests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phptests/Unit/Services/Activity/HubSpot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ClientTest.phptests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php files changed, 1632 insertions(+), 631 deletions(-)delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.phpcreate mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.phpdelete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phpcreate mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.phpcreate mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-Enumerating objects: 19, done.Counting objects: 100% (16/16), done.Delta compression using up to 8 threadsCompressing objects: 100% (9/9), done.Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.Total 9 (delta 6), reused 0 (delta 0), pack-reused 0remote: Resolving deltas: 100% (6/6), completed with 5 local objects.To github.com:jiminny/app.gitc4e163f3e7..F885e531abJY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-ownellukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-HomeDMsActivityFilesLater...More+lal)# Support Daily - in 1h 25 m100% <78• Wed 20 May 13:35:17→Describe what you are looking forJiminny... vAneliya Angelova6 0# generar# happy_birthday# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...+• Direct messagesP. Nikolay YankovP. Aneliya AngelovaStoyan Tanevdo James Graham&. Stefka Stoyanova®. Galya Dimitrova L8. Vasil Vasilev. Stoyan Tomov*: Todor Stamatov• Mario GeorgievLukas Kovalik y... OApps• Messagest Add canvasCanaS hUvaln 12:IZ MMНо все пакToday ~O FilesAneliya Angelova 12:13 PMговорих сега с неяказа, че в такьв случай ще е по добре изобщо дамахнем от дроп дауна опцията "recoder & Voice"понеже и рядко се продаватова при Ники Янков ли еda ostanat samo tezi dwe opciiNimage.pngRecorderAnalystUl-aLukas Kovalik 12:18 PMНе BЕЩе го видя след като се прибераAneliya Angelova 12:19 PMokiLukas Kovalik 12:19 PMВсъщност мисля че само ВЕАко се наложи ще му пишаJira CloudMessage Aneliya AngelovaToast..•...
|
NULL
|
3204621636869126119
|
NULL
|
click
|
ocr
|
NULL
|
FirefoxFile EditViewHistoryBookmarksProfilesTool FirefoxFile EditViewHistoryBookmarksProfilesToolsWindowHelpDOCKER• 81DEV (-zsh)app/Services/Activity/HubSpot/Service.phpapp/Services/Crm/Hubspot/Client.phpapp/Services/Crm/Hubspot/HubspotClientInterface.phpapp/Services/Crm/Hubspot/Pagination/HubspotPaginationService.phpapp/Services/Crm/Hubspot/Pagination/PaginationState.phpapp/Services/RecallA1/Commands/ScheduleBotCommand.phpfront-end/package.jsonfront-end/yarn.lockAPP• 8297132152125328routes/api.phptests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DT0s/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.phptests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.phptests/Unit/Component/Transcription/Service/StorageServiceTest.phptests/Unit/Exceptions/RateLimitExceptionTest.phptests/Unit/Jobs/Crm/MatchActivityCrmDataTest.phptests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phptests/Unit/Services/Activity/HubSpot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ClientTest.phptests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php files changed, 1632 insertions(+), 631 deletions(-)delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.phpcreate mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.phpdelete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phpcreate mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.phpcreate mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-Enumerating objects: 19, done.Counting objects: 100% (16/16), done.Delta compression using up to 8 threadsCompressing objects: 100% (9/9), done.Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.Total 9 (delta 6), reused 0 (delta 0), pack-reused 0remote: Resolving deltas: 100% (6/6), completed with 5 local objects.To github.com:jiminny/app.gitc4e163f3e7..F885e531abJY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-ownellukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-HomeDMsActivityFilesLater...More+lal)# Support Daily - in 1h 25 m100% <78• Wed 20 May 13:35:17→Describe what you are looking forJiminny... vAneliya Angelova6 0# generar# happy_birthday# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...+• Direct messagesP. Nikolay YankovP. Aneliya AngelovaStoyan Tanevdo James Graham&. Stefka Stoyanova®. Galya Dimitrova L8. Vasil Vasilev. Stoyan Tomov*: Todor Stamatov• Mario GeorgievLukas Kovalik y... OApps• Messagest Add canvasCanaS hUvaln 12:IZ MMНо все пакToday ~O FilesAneliya Angelova 12:13 PMговорих сега с неяказа, че в такьв случай ще е по добре изобщо дамахнем от дроп дауна опцията "recoder & Voice"понеже и рядко се продаватова при Ники Янков ли еda ostanat samo tezi dwe opciiNimage.pngRecorderAnalystUl-aLukas Kovalik 12:18 PMНе BЕЩе го видя след като се прибераAneliya Angelova 12:19 PMokiLukas Kovalik 12:19 PMВсъщност мисля че само ВЕАко се наложи ще му пишаJira CloudMessage Aneliya AngelovaToast..•...
|
61841
|
NULL
|
NULL
|
NULL
|
|
61812
|
2188
|
6
|
2026-05-20T10:33:16.389677+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779273196389_m1.jpg...
|
Firefox
|
File Upload
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
FirefoxFile EditViewHistoryBookmarksProfilesTool FirefoxFile EditViewHistoryBookmarksProfilesToolsWindowHelpDOCKERO ₴1DEV (-zsh)app/Services/Activity/HubSpot/Service.phpapp/Services/Crm/Hubspot/Client.phpapp/Services/Crm/Hubspot/HubspotClientInterface.phpapp/Services/Crm/Hubspot/Pagination/HubspotPaginationService.phpapp/Services/Crm/Hubspot/Pagination/PaginationState.phpapp/Services/RecallA1/Commands/ScheduleBotCommand.phpfront-end/package.jsonfront-end/yarn.lockAPP• 8297132152125328routes/api.phptests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DT0s/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.phptests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.phptests/Unit/Component/Transcription/Service/StorageServiceTest.phptests/Unit/Exceptions/RateLimitExceptionTest.phptests/Unit/Jobs/Crm/MatchActivityCrmDataTest.phptests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phptests/Unit/Services/Activity/HubSpot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ClientTest.phptests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php files changed, 1632 insertions(+), 631 deletions(-)delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.phpcreate mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.phpdelete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phpcreate mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.phpcreate mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-Enumerating objects: 19, done.Counting objects: 100% (16/16), done.Delta compression using up to 8 threadsCompressing objects: 100% (9/9), done.Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.Total 9 (delta 6), reused 0 (delta 0), pack-reused 0remote: Resolving deltas: 100% (6/6), completed with 5 local objects.To github.com:jiminny/app.gitc4e163f3e7..F885e531abJY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-ownellukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-HomeDMsActivityFilesLater...More+lal)= Support Daily • in 1h 27 m100% <78• Wed 20 May 13:33:16→Describe what you are looking forJiminny... vAneliya Angelova6 0# generar# happy_birthday# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...+• Direct messagesP. Nikolay YankovP. Aneliya AngelovaStoyan Tanevdo James Graham&. Stefka Stoyanova®. Galya Dimitrova L8. Vasil Vasilev. Stoyan Tomov*: Todor Stamatov• Mario GeorgievLukas Kovalik y... OApps• Messagest Add canvasCanaS hUvaln 12:IZ MMНо все пакToday ~O FilesAneliya Angelova 12:13 PMговорих сега с неяказа, че в такьв случай ще е по добре изобщо дамахнем от дроп дауна опцията "recoder & Voice"понеже и рядко се продаватова при Ники Янков ли еda ostanat samo tezi dwe opciiNimage.pngRecorderAnalystUl-aLukas Kovalik 12:18 PMНе BЕЩе го видя след като се прибераAneliya Angelova 12:19 PMokiLukas Kovalik 12:19 PMВсъщност мисля че само ВЕАко се наложи ще му пишаJira CloudMessage Aneliya AngelovaToast..•...
|
NULL
|
-8551582707894388379
|
NULL
|
click
|
ocr
|
NULL
|
FirefoxFile EditViewHistoryBookmarksProfilesTool FirefoxFile EditViewHistoryBookmarksProfilesToolsWindowHelpDOCKERO ₴1DEV (-zsh)app/Services/Activity/HubSpot/Service.phpapp/Services/Crm/Hubspot/Client.phpapp/Services/Crm/Hubspot/HubspotClientInterface.phpapp/Services/Crm/Hubspot/Pagination/HubspotPaginationService.phpapp/Services/Crm/Hubspot/Pagination/PaginationState.phpapp/Services/RecallA1/Commands/ScheduleBotCommand.phpfront-end/package.jsonfront-end/yarn.lockAPP• 8297132152125328routes/api.phptests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DT0s/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.phptests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.phptests/Unit/Component/Transcription/Service/StorageServiceTest.phptests/Unit/Exceptions/RateLimitExceptionTest.phptests/Unit/Jobs/Crm/MatchActivityCrmDataTest.phptests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phptests/Unit/Services/Activity/HubSpot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ClientTest.phptests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php files changed, 1632 insertions(+), 631 deletions(-)delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.phpcreate mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.phpdelete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phpcreate mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.phpcreate mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-Enumerating objects: 19, done.Counting objects: 100% (16/16), done.Delta compression using up to 8 threadsCompressing objects: 100% (9/9), done.Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.Total 9 (delta 6), reused 0 (delta 0), pack-reused 0remote: Resolving deltas: 100% (6/6), completed with 5 local objects.To github.com:jiminny/app.gitc4e163f3e7..F885e531abJY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-ownellukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-HomeDMsActivityFilesLater...More+lal)= Support Daily • in 1h 27 m100% <78• Wed 20 May 13:33:16→Describe what you are looking forJiminny... vAneliya Angelova6 0# generar# happy_birthday# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...+• Direct messagesP. Nikolay YankovP. Aneliya AngelovaStoyan Tanevdo James Graham&. Stefka Stoyanova®. Galya Dimitrova L8. Vasil Vasilev. Stoyan Tomov*: Todor Stamatov• Mario GeorgievLukas Kovalik y... OApps• Messagest Add canvasCanaS hUvaln 12:IZ MMНо все пакToday ~O FilesAneliya Angelova 12:13 PMговорих сега с неяказа, че в такьв случай ще е по добре изобщо дамахнем от дроп дауна опцията "recoder & Voice"понеже и рядко се продаватова при Ники Янков ли еda ostanat samo tezi dwe opciiNimage.pngRecorderAnalystUl-aLukas Kovalik 12:18 PMНе BЕЩе го видя след като се прибераAneliya Angelova 12:19 PMokiLukas Kovalik 12:19 PMВсъщност мисля че само ВЕАко се наложи ще му пишаJira CloudMessage Aneliya AngelovaToast..•...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
61807
|
2188
|
4
|
2026-05-20T10:33:07.882252+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779273187882_m1.jpg...
|
Firefox
|
File Upload
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
FirefoxFile EditViewHistoryBookmarksProfilesTool FirefoxFile EditViewHistoryBookmarksProfilesToolsWindowHelpDOCKERO ₴1DEV (-zsh)app/Services/Activity/HubSpot/Service.phpapp/Services/Crm/Hubspot/Client.phpapp/Services/Crm/Hubspot/HubspotClientInterface.phpapp/Services/Crm/Hubspot/Pagination/HubspotPaginationService.phpapp/Services/Crm/Hubspot/Pagination/PaginationState.phpapp/Services/RecallA1/Commands/ScheduleBotCommand.phpfront-end/package.jsonfront-end/yarn.lockAPP• 8297132152125328routes/api.phptests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DT0s/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.phptests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.phptests/Unit/Component/Transcription/Service/StorageServiceTest.phptests/Unit/Exceptions/RateLimitExceptionTest.phptests/Unit/Jobs/Crm/MatchActivityCrmDataTest.phptests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phptests/Unit/Services/Activity/HubSpot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ClientTest.phptests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php files changed, 1632 insertions(+), 631 deletions(-)delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.phpcreate mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.phpdelete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phpcreate mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.phpcreate mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-Enumerating objects: 19, done.Counting objects: 100% (16/16), done.Delta compression using up to 8 threadsCompressing objects: 100% (9/9), done.Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.Total 9 (delta 6), reused 0 (delta 0), pack-reused 0remote: Resolving deltas: 100% (6/6), completed with 5 local objects.To github.com:jiminny/app.gitc4e163f3e7..F885e531abJY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-ownellukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-HomeDMsActivityFilesLater...More+lal)= Support Daily • in 1h 27 m100% <78• Wed 20 May 13:33:07→Describe what you are looking forJiminny... vAneliya Angelova6 0# generar# happy_birthday# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...+• Direct messagesP. Nikolay YankovP. Aneliya AngelovaStoyan Tanevdo James Graham&. Stefka Stoyanova®. Galya Dimitrova L8. Vasil Vasilev. Stoyan Tomov*: Todor Stamatov• Mario GeorgievLukas Kovalik y... OApps• Messagest Add canvasCanaS hUvaln 12:IZ MMНо все пакToday ~O FilesAneliya Angelova 12:13 PMговорих сега с неяказа, че в такьв случай ще е по добре изобщо дамахнем от дроп дауна опцията "recoder & Voice"понеже и рядко се продаватова при Ники Янков ли еda ostanat samo tezi dwe opciiNimage.pngRecorderAnalystUl-aLukas Kovalik 12:18 PMНе BЕЩе го видя след като се прибераAneliya Angelova 12:19 PMokiLukas Kovalik 12:19 PMВсъщност мисля че само ВЕАко се наложи ще му пишаJira CloudMessage Aneliya AngelovaToast..•...
|
NULL
|
2786557091834233394
|
NULL
|
click
|
ocr
|
NULL
|
FirefoxFile EditViewHistoryBookmarksProfilesTool FirefoxFile EditViewHistoryBookmarksProfilesToolsWindowHelpDOCKERO ₴1DEV (-zsh)app/Services/Activity/HubSpot/Service.phpapp/Services/Crm/Hubspot/Client.phpapp/Services/Crm/Hubspot/HubspotClientInterface.phpapp/Services/Crm/Hubspot/Pagination/HubspotPaginationService.phpapp/Services/Crm/Hubspot/Pagination/PaginationState.phpapp/Services/RecallA1/Commands/ScheduleBotCommand.phpfront-end/package.jsonfront-end/yarn.lockAPP• 8297132152125328routes/api.phptests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DT0s/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.phptests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.phptests/Unit/Component/Transcription/Service/StorageServiceTest.phptests/Unit/Exceptions/RateLimitExceptionTest.phptests/Unit/Jobs/Crm/MatchActivityCrmDataTest.phptests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phptests/Unit/Services/Activity/HubSpot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ClientTest.phptests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php files changed, 1632 insertions(+), 631 deletions(-)delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.phpcreate mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.phpdelete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phpcreate mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.phpcreate mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-Enumerating objects: 19, done.Counting objects: 100% (16/16), done.Delta compression using up to 8 threadsCompressing objects: 100% (9/9), done.Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.Total 9 (delta 6), reused 0 (delta 0), pack-reused 0remote: Resolving deltas: 100% (6/6), completed with 5 local objects.To github.com:jiminny/app.gitc4e163f3e7..F885e531abJY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-ownellukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-HomeDMsActivityFilesLater...More+lal)= Support Daily • in 1h 27 m100% <78• Wed 20 May 13:33:07→Describe what you are looking forJiminny... vAneliya Angelova6 0# generar# happy_birthday# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...+• Direct messagesP. Nikolay YankovP. Aneliya AngelovaStoyan Tanevdo James Graham&. Stefka Stoyanova®. Galya Dimitrova L8. Vasil Vasilev. Stoyan Tomov*: Todor Stamatov• Mario GeorgievLukas Kovalik y... OApps• Messagest Add canvasCanaS hUvaln 12:IZ MMНо все пакToday ~O FilesAneliya Angelova 12:13 PMговорих сега с неяказа, че в такьв случай ще е по добре изобщо дамахнем от дроп дауна опцията "recoder & Voice"понеже и рядко се продаватова при Ники Янков ли еda ostanat samo tezi dwe opciiNimage.pngRecorderAnalystUl-aLukas Kovalik 12:18 PMНе BЕЩе го видя след като се прибераAneliya Angelova 12:19 PMokiLukas Kovalik 12:19 PMВсъщност мисля че само ВЕАко се наложи ще му пишаJira CloudMessage Aneliya AngelovaToast..•...
|
61805
|
NULL
|
NULL
|
NULL
|
|
61820
|
2188
|
11
|
2026-05-20T10:33:30.082527+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779273210082_m1.jpg...
|
Firefox
|
File Upload
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
FirefoxFile EditViewHistoryBookmarksProfilesTool FirefoxFile EditViewHistoryBookmarksProfilesToolsWindowHelpDOCKERO 81DEV (-zsh)app/Services/Activity/HubSpot/Service.phpapp/Services/Crm/Hubspot/Client.phpapp/Services/Crm/Hubspot/HubspotClientInterface.phpapp/Services/Crm/Hubspot/Pagination/HubspotPaginationService.phpapp/Services/Crm/Hubspot/Pagination/PaginationState.phpapp/Services/RecallA1/Commands/ScheduleBotCommand.phpfront-end/package.jsonfront-end/yarn.lockAPPO 8297132152125328routes/api.phptests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DT0s/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.phptests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.phptests/Unit/Component/Transcription/Service/StorageServiceTest.phptests/Unit/Exceptions/RateLimitExceptionTest.phptests/Unit/Jobs/Crm/MatchActivityCrmDataTest.phptests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phptests/Unit/Services/Activity/HubSpot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ClientTest.phptests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php files changed, 1632 insertions(+), 631 deletions(-)delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.phpcreate mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.phpdelete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phpcreate mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.phpcreate mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-Enumerating objects: 19, done.Counting objects: 100% (16/16), done.Delta compression using up to 8 threadsCompressing objects: 100% (9/9), done.Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.Total 9 (delta 6), reused 0 (delta 0), pack-reused 0remote: Resolving deltas: 100% (6/6), completed with 5 local objects.To github.com:jiminny/app.gitc4e163f3e7..F885e531abJY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-ownellukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-HomeDMsActivityFilesLater...More+lal)= Support Daily • in 1h 27 m100% <78• Wed 20 May 13:33:29→Describe what you are looking forJiminny... vAneliya Angelova6 0# generar# happy_birthday# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...+• Direct messagesP. Nikolay YankovP. Aneliya AngelovaStoyan Tanev4o James Graham8. Stefka Stoyanova%. Galya Dimitrova L8. Vasil Vasilev. Stoyan Tomov*:Todor Stamatov• Mario GeorgievLukas Kovalik y... OApps• Messagest Add canvasCanas hUvaln 12:IZMMНо все пакToday ~O FilesAneliya Angelova 12:13 PMговорих сега с неяказа, че в такьв случай ще е по добре изобщо дамахнем от дроп дауна опцията "recoder & Voice"понеже и рядко се продаватова при Ники Янков ли еda ostanat samo tezi dwe opciiNimage.pngRecorderAnalystUl-aLukas Kovalik 12:18 PMНе BЕЩе го видя след като се прибераAneliya Angelova 12:19 PMokiLukas Kovalik 12:19 PMВсъщност мисля че само ВЕАко се наложи ще му пишаJira CloudMessage Aneliya AngelovaToast..•...
|
NULL
|
-7994619207650653344
|
NULL
|
click
|
ocr
|
NULL
|
FirefoxFile EditViewHistoryBookmarksProfilesTool FirefoxFile EditViewHistoryBookmarksProfilesToolsWindowHelpDOCKERO 81DEV (-zsh)app/Services/Activity/HubSpot/Service.phpapp/Services/Crm/Hubspot/Client.phpapp/Services/Crm/Hubspot/HubspotClientInterface.phpapp/Services/Crm/Hubspot/Pagination/HubspotPaginationService.phpapp/Services/Crm/Hubspot/Pagination/PaginationState.phpapp/Services/RecallA1/Commands/ScheduleBotCommand.phpfront-end/package.jsonfront-end/yarn.lockAPPO 8297132152125328routes/api.phptests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DT0s/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.phptests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.phptests/Unit/Component/Transcription/Service/StorageServiceTest.phptests/Unit/Exceptions/RateLimitExceptionTest.phptests/Unit/Jobs/Crm/MatchActivityCrmDataTest.phptests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phptests/Unit/Services/Activity/HubSpot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ClientTest.phptests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php files changed, 1632 insertions(+), 631 deletions(-)delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.phpcreate mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.phpdelete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phpcreate mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.phpcreate mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-Enumerating objects: 19, done.Counting objects: 100% (16/16), done.Delta compression using up to 8 threadsCompressing objects: 100% (9/9), done.Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.Total 9 (delta 6), reused 0 (delta 0), pack-reused 0remote: Resolving deltas: 100% (6/6), completed with 5 local objects.To github.com:jiminny/app.gitc4e163f3e7..F885e531abJY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-ownellukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-HomeDMsActivityFilesLater...More+lal)= Support Daily • in 1h 27 m100% <78• Wed 20 May 13:33:29→Describe what you are looking forJiminny... vAneliya Angelova6 0# generar# happy_birthday# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...+• Direct messagesP. Nikolay YankovP. Aneliya AngelovaStoyan Tanev4o James Graham8. Stefka Stoyanova%. Galya Dimitrova L8. Vasil Vasilev. Stoyan Tomov*:Todor Stamatov• Mario GeorgievLukas Kovalik y... OApps• Messagest Add canvasCanas hUvaln 12:IZMMНо все пакToday ~O FilesAneliya Angelova 12:13 PMговорих сега с неяказа, че в такьв случай ще е по добре изобщо дамахнем от дроп дауна опцията "recoder & Voice"понеже и рядко се продаватова при Ники Янков ли еda ostanat samo tezi dwe opciiNimage.pngRecorderAnalystUl-aLukas Kovalik 12:18 PMНе BЕЩе го видя след като се прибераAneliya Angelova 12:19 PMokiLukas Kovalik 12:19 PMВсъщност мисля че само ВЕАко се наложи ще му пишаJira CloudMessage Aneliya AngelovaToast..•...
|
61818
|
NULL
|
NULL
|
NULL
|
|
61810
|
2188
|
5
|
2026-05-20T10:33:13.588868+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779273193588_m1.jpg...
|
PhpStorm
|
faVsco.js – TextRelayServiceTest.php
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
FirefoxFile EditViewHistoryBookmarksProfilesTool FirefoxFile EditViewHistoryBookmarksProfilesToolsWindowHelpDOCKERO 81DEV (-zsh)app/Services/Activity/HubSpot/Service.phpapp/Services/Crm/Hubspot/Client.phpapp/Services/Crm/Hubspot/HubspotClientInterface.phpapp/Services/Crm/Hubspot/Pagination/HubspotPaginationService.phpapp/Services/Crm/Hubspot/Pagination/PaginationState.phpapp/Services/RecallA1/Commands/ScheduleBotCommand.phpfront-end/package.jsonfront-end/yarn.lockAPPO 8297132152125328routes/api.phptests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DT0s/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.phptests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.phptests/Unit/Component/Transcription/Service/StorageServiceTest.phptests/Unit/Exceptions/RateLimitExceptionTest.phptests/Unit/Jobs/Crm/MatchActivityCrmDataTest.phptests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phptests/Unit/Services/Activity/HubSpot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ClientTest.phptests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php files changed, 1632 insertions(+), 631 deletions(-)delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.phpcreate mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.phpdelete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phpcreate mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.phpcreate mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-Enumerating objects: 19, done.Counting objects: 100% (16/16), done.Delta compression using up to 8 threadsCompressing objects: 100% (9/9), done.Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.Total 9 (delta 6), reused 0 (delta 0), pack-reused 0remote: Resolving deltas: 100% (6/6), completed with 5 local objects.To github.com:jiminny/app.gitc4e163f3e7..F885e531abJY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-ownellukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-HomeDMsActivityFilesLater...More+lal)= Support Daily • in 1h 27 m100% <78• Wed 20 May 13:33:13→Describe what you are looking forJiminny... vAneliya Angelova6 0# generar# happy_birthday# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...+• Direct messagesP. Nikolay YankovP. Aneliya AngelovaStoyan Tanev4o James Graham8. Stefka Stoyanova%. Galya Dimitrova L8. Vasil Vasilev. Stoyan Tomov*:Todor Stamatov• Mario GeorgievLukas Kovalik y... OApps• Messagest Add canvasCanas hUvaln 12:IZMMНо все пакToday ~O FilesAneliya Angelova 12:13 PMговорих сега с неяказа, че в такьв случай ще е по добре изобщо дамахнем от дроп дауна опцията "recoder & Voice"понеже и рядко се продаватова при Ники Янков ли еda ostanat samo tezi dwe opciiNimage.pngRecorderAnalystUl-aLukas Kovalik 12:18 PMНе BЕЩе го видя след като се прибераAneliya Angelova 12:19 PMokiLukas Kovalik 12:19 PMВсъщност мисля че само ВЕАко се наложи ще му пишаJira CloudMessage Aneliya AngelovaToast..•...
|
NULL
|
-4183854935980072872
|
NULL
|
app_switch
|
ocr
|
NULL
|
FirefoxFile EditViewHistoryBookmarksProfilesTool FirefoxFile EditViewHistoryBookmarksProfilesToolsWindowHelpDOCKERO 81DEV (-zsh)app/Services/Activity/HubSpot/Service.phpapp/Services/Crm/Hubspot/Client.phpapp/Services/Crm/Hubspot/HubspotClientInterface.phpapp/Services/Crm/Hubspot/Pagination/HubspotPaginationService.phpapp/Services/Crm/Hubspot/Pagination/PaginationState.phpapp/Services/RecallA1/Commands/ScheduleBotCommand.phpfront-end/package.jsonfront-end/yarn.lockAPPO 8297132152125328routes/api.phptests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DT0s/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.phptests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.phptests/Unit/Component/Transcription/Service/StorageServiceTest.phptests/Unit/Exceptions/RateLimitExceptionTest.phptests/Unit/Jobs/Crm/MatchActivityCrmDataTest.phptests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phptests/Unit/Services/Activity/HubSpot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ClientTest.phptests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php files changed, 1632 insertions(+), 631 deletions(-)delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.phpcreate mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.phpdelete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phpcreate mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.phpcreate mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-Enumerating objects: 19, done.Counting objects: 100% (16/16), done.Delta compression using up to 8 threadsCompressing objects: 100% (9/9), done.Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.Total 9 (delta 6), reused 0 (delta 0), pack-reused 0remote: Resolving deltas: 100% (6/6), completed with 5 local objects.To github.com:jiminny/app.gitc4e163f3e7..F885e531abJY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-ownellukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-HomeDMsActivityFilesLater...More+lal)= Support Daily • in 1h 27 m100% <78• Wed 20 May 13:33:13→Describe what you are looking forJiminny... vAneliya Angelova6 0# generar# happy_birthday# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...+• Direct messagesP. Nikolay YankovP. Aneliya AngelovaStoyan Tanev4o James Graham8. Stefka Stoyanova%. Galya Dimitrova L8. Vasil Vasilev. Stoyan Tomov*:Todor Stamatov• Mario GeorgievLukas Kovalik y... OApps• Messagest Add canvasCanas hUvaln 12:IZMMНо все пакToday ~O FilesAneliya Angelova 12:13 PMговорих сега с неяказа, че в такьв случай ще е по добре изобщо дамахнем от дроп дауна опцията "recoder & Voice"понеже и рядко се продаватова при Ники Янков ли еda ostanat samo tezi dwe opciiNimage.pngRecorderAnalystUl-aLukas Kovalik 12:18 PMНе BЕЩе го видя след като се прибераAneliya Angelova 12:19 PMokiLukas Kovalik 12:19 PMВсъщност мисля че само ВЕАко се наложи ще му пишаJira CloudMessage Aneliya AngelovaToast..•...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
61855
|
2188
|
24
|
2026-05-20T10:35:58.273510+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779273358273_m1.jpg...
|
PhpStorm
|
faVsco.js – TextRelayServiceTest.php
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
FirefoxFile EditViewHistoryBookmarksProfilesTool FirefoxFile EditViewHistoryBookmarksProfilesToolsWindowHelpDOCKERDEV (-zsh)app/Services/Activity/HubSpot/Service.phpapp/Services/Crm/Hubspot/Client.phpapp/Services/Crm/Hubspot/HubspotClientInterface.phpapp/Services/Crm/Hubspot/Pagination/HubspotPaginationService.phpapp/Services/Crm/Hubspot/Pagination/PaginationState.phpapp/Services/RecallA1/Commands/ScheduleBotCommand.phpfront-end/package.jsonfront-end/yarn.lockAPP• 8297132152125328routes/api.phptests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DT0s/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.phptests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.phptests/Unit/Component/Transcription/Service/StorageServiceTest.phptests/Unit/Exceptions/RateLimitExceptionTest.phptests/Unit/Jobs/Crm/MatchActivityCrmDataTest.phptests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phptests/Unit/Services/Activity/HubSpot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ClientTest.phptests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php files changed, 1632 insertions(+), 631 deletions(-)delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.phpcreate mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.phpdelete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phpcreate mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.phpcreate mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-Enumerating objects: 19, done.Counting objects: 100% (16/16), done.Delta compression using up to 8 threadsCompressing objects: 100% (9/9), done.Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.Total 9 (delta 6), reused 0 (delta 0), pack-reused 0remote: Resolving deltas: 100% (6/6), completed with 5 local objects.To github.com:jiminny/app.gitc4e163f3e7..F885e531abJY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-ownellukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-HomeDMsActivityFilesLater...More+lal)# Support Daily - in 1h 25 m100% <78• Wed 20 May 13:35:58→Describe what you are looking forJiminny... vAneliya Angelova6 0# generar# happy_birthday# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...+• Direct messagesP. Nikolay YankovP. Aneliya AngelovaStoyan Tanevdo James Graham&. Stefka Stoyanova®. Galya Dimitrova L8. Vasil Vasilev. Stoyan Tomov*: Todor Stamatov• Mario GeorgievLukas Kovalik y... OApps• Messagest Add canvasCanaS hUvaln 12:IZ MMНо все пакToday ~O FilesAneliya Angelova 12:13 PMговорих сега с неяказа, че в такьв случай ще е по добре изобщо дамахнем от дроп дауна опцията "recoder & Voice"понеже и рядко се продаватова при Ники Янков ли еda ostanat samo tezi dwe opciiNimage.pngRecorderAnalystUl-aLukas Kovalik 12:18 PMНе BЕЩе го видя след като се прибераAneliya Angelova 12:19 PMokiLukas Kovalik 12:19 PMВсъщност мисля че само ВЕАко се наложи ще му пишаJira CloudMessage Aneliya AngelovaToast..•...
|
NULL
|
-7657038699392477520
|
NULL
|
click
|
ocr
|
NULL
|
FirefoxFile EditViewHistoryBookmarksProfilesTool FirefoxFile EditViewHistoryBookmarksProfilesToolsWindowHelpDOCKERDEV (-zsh)app/Services/Activity/HubSpot/Service.phpapp/Services/Crm/Hubspot/Client.phpapp/Services/Crm/Hubspot/HubspotClientInterface.phpapp/Services/Crm/Hubspot/Pagination/HubspotPaginationService.phpapp/Services/Crm/Hubspot/Pagination/PaginationState.phpapp/Services/RecallA1/Commands/ScheduleBotCommand.phpfront-end/package.jsonfront-end/yarn.lockAPP• 8297132152125328routes/api.phptests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DT0s/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.phptests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.phptests/Unit/Component/Transcription/Service/StorageServiceTest.phptests/Unit/Exceptions/RateLimitExceptionTest.phptests/Unit/Jobs/Crm/MatchActivityCrmDataTest.phptests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phptests/Unit/Services/Activity/HubSpot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ClientTest.phptests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php files changed, 1632 insertions(+), 631 deletions(-)delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.phpcreate mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.phpdelete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phpcreate mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.phpcreate mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-Enumerating objects: 19, done.Counting objects: 100% (16/16), done.Delta compression using up to 8 threadsCompressing objects: 100% (9/9), done.Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.Total 9 (delta 6), reused 0 (delta 0), pack-reused 0remote: Resolving deltas: 100% (6/6), completed with 5 local objects.To github.com:jiminny/app.gitc4e163f3e7..F885e531abJY-20613-allow-owner-role-on-team-setup -> JY-20613-allow-ownellukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-HomeDMsActivityFilesLater...More+lal)# Support Daily - in 1h 25 m100% <78• Wed 20 May 13:35:58→Describe what you are looking forJiminny... vAneliya Angelova6 0# generar# happy_birthday# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...+• Direct messagesP. Nikolay YankovP. Aneliya AngelovaStoyan Tanevdo James Graham&. Stefka Stoyanova®. Galya Dimitrova L8. Vasil Vasilev. Stoyan Tomov*: Todor Stamatov• Mario GeorgievLukas Kovalik y... OApps• Messagest Add canvasCanaS hUvaln 12:IZ MMНо все пакToday ~O FilesAneliya Angelova 12:13 PMговорих сега с неяказа, че в такьв случай ще е по добре изобщо дамахнем от дроп дауна опцията "recoder & Voice"понеже и рядко се продаватова при Ники Янков ли еda ostanat samo tezi dwe opciiNimage.pngRecorderAnalystUl-aLukas Kovalik 12:18 PMНе BЕЩе го видя след като се прибераAneliya Angelova 12:19 PMokiLukas Kovalik 12:19 PMВсъщност мисля че само ВЕАко се наложи ще му пишаJira CloudMessage Aneliya AngelovaToast..•...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
61857
|
2188
|
25
|
2026-05-20T10:36:03.028996+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779273363028_m1.jpg...
|
PhpStorm
|
faVsco.js – TextRelayServiceTest.php
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
FirefoxFile EditViewHistoryBookmarksProfilesTool FirefoxFile EditViewHistoryBookmarksProfilesToolsWindowHelpDEV (-zsh)app/Services/Activity/HubSpot/Service.phpapp/Services/Crm/Hubspot/Client.phpapp/Services/Crm/Hubspot/HubspotClientInterface.phpapp/Services/Crm/Hubspot/Pagination/HubspotPaginationService.phpapp/Services/Crm/Hubspot/Pagination/PaginationState.phpapp/Services/RecallA1/Commands/ScheduleBotCommand.phpfront-end/package.jsonfront-end/yarn.lockAPPО ₴297132152125328routes/api.phptests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DT0s/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.phptests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.phptests/Unit/Component/Transcription/Service/StorageServiceTest.phptests/Unit/Exceptions/RateLimitExceptionTest.phptests/Unit/Jobs/Crm/MatchActivityCrmDataTest.phptests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phptests/Unit/Services/Activity/HubSpot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ClientTest.phptests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php files changed, 1632 insertions(+), 631deletions(-)delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.phpcreate mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.phpdelete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phpcreate mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.phpcreate mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-Enumerating objects: 19, done.Counting objects: 100% (16/16), done.Delta compression using up to 8 threadsCompressing objects: 100% (9/9), done.Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.SlackTotal 9 (delta 6), reused 0 (delta 0), pack-reused 0remote: Resolving deltas: 100% (6/6),comTo github.com:jiminny/app.git$1PSc4e163f3e7..f885e531abJY-20613-allovlukas@Lukas-Kovaliks-MacBook-Pro-JiminnyHomeDMsActivityFilesLaterMorelal)• Support Daily - in 1h 24 m100% <78• Wed 20 May 13:36:02→Describe what you are looking forJiminny... vAneliya Angelova6 0# generar# happy_birthday# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...+• Direct messages. Nikolay YankovP. Aneliya Angelova. Stoyan Tanevdo James Graham&. Stefka Stoyanova®. Galya Dimitrovae. Vasil Vasilev. Stoyan Tomov*: Todor StamatovMario GeorgievLukas Kovalik y...Apps• Messagest Add canvasCanas hUvaln 12.1ZMMiНо все пакToday ~O FilesAneliya Angelova 12:13 PMговорих сега с неяказа, че в такьв случай ще е по добре изобщо дамахнем от дроп дауна опцията "recoder & Voice"понеже и рядко се продаватова при Ники Янков ли еda ostanat samo tezi dwe opciiNimage.pngRecorderAnalystUl-aLukas Kovalik 12:18 PMНе BЕЩе го видя след като се прибераAneliya Angelova 12:19 PMokiLukas Kovalik 12:19 PMВсъщност мисля че само ВЕАко се наложи ще му пишаJira CloudMessare Aneliya Angelova...
|
NULL
|
7430141273491026905
|
NULL
|
click
|
ocr
|
NULL
|
FirefoxFile EditViewHistoryBookmarksProfilesTool FirefoxFile EditViewHistoryBookmarksProfilesToolsWindowHelpDEV (-zsh)app/Services/Activity/HubSpot/Service.phpapp/Services/Crm/Hubspot/Client.phpapp/Services/Crm/Hubspot/HubspotClientInterface.phpapp/Services/Crm/Hubspot/Pagination/HubspotPaginationService.phpapp/Services/Crm/Hubspot/Pagination/PaginationState.phpapp/Services/RecallA1/Commands/ScheduleBotCommand.phpfront-end/package.jsonfront-end/yarn.lockAPPО ₴297132152125328routes/api.phptests/Unit/Component/ES/AsyncUpdateElasticSearchTest.phptests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phptests/Unit/Component/ES/Processor/BatchStatusManagerTest.phptests/Unit/Component/ES/Processor/DT0s/SelectionListTest.phptests/Unit/Component/ES/Processor/TargetEntitiesSelectorTest.phptests/Unit/Component/ES/Processor/Traits/SelectEntityListTraitTest.phptests/Unit/Component/ES/QueuePriorityEnumTest.phptests/Unit/Component/ES/UpdateProcessManagerTest.phptests/Unit/Component/MeetingBot/Service/ParticipantMatcherTest.phptests/Unit/Component/Settings/AutoScoring/Services/UpdateAutoScoreServiceTest.phptests/Unit/Component/Transcription/Service/StorageServiceTest.phptests/Unit/Exceptions/RateLimitExceptionTest.phptests/Unit/Jobs/Crm/MatchActivityCrmDataTest.phptests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phptests/Unit/Services/Activity/HubSpot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ClientTest.phptests/Unit/Services/Crm/Hubspot/Pagination/HubspotPaginationServiceTest.php files changed, 1632 insertions(+), 631deletions(-)delete mode 100644 app/Component/ES/ElasticSearchDocumentPartialUpdater.phpcreate mode 100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 app/Jobs/Middleware/HandleHubspotRateLimit.phpdelete mode 100644 tests/Unit/Component/ES/ElasticSearchDocumentPartialUpdaterTest.phpcreate mode 100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phpcreate mode 100644 tests/Unit/Exceptions/RateLimitExceptionTest.phpcreate mode 100644 tests/Unit/Jobs/Middleware/HandleHubspotRateLimitTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20613-allow-owner-role-on-team-Enumerating objects: 19, done.Counting objects: 100% (16/16), done.Delta compression using up to 8 threadsCompressing objects: 100% (9/9), done.Writing objects: 100% (9/9), 844 bytes | 844.00 KiB/s, done.SlackTotal 9 (delta 6), reused 0 (delta 0), pack-reused 0remote: Resolving deltas: 100% (6/6),comTo github.com:jiminny/app.git$1PSc4e163f3e7..f885e531abJY-20613-allovlukas@Lukas-Kovaliks-MacBook-Pro-JiminnyHomeDMsActivityFilesLaterMorelal)• Support Daily - in 1h 24 m100% <78• Wed 20 May 13:36:02→Describe what you are looking forJiminny... vAneliya Angelova6 0# generar# happy_birthday# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...+• Direct messages. Nikolay YankovP. Aneliya Angelova. Stoyan Tanevdo James Graham&. Stefka Stoyanova®. Galya Dimitrovae. Vasil Vasilev. Stoyan Tomov*: Todor StamatovMario GeorgievLukas Kovalik y...Apps• Messagest Add canvasCanas hUvaln 12.1ZMMiНо все пакToday ~O FilesAneliya Angelova 12:13 PMговорих сега с неяказа, че в такьв случай ще е по добре изобщо дамахнем от дроп дауна опцията "recoder & Voice"понеже и рядко се продаватова при Ники Янков ли еda ostanat samo tezi dwe opciiNimage.pngRecorderAnalystUl-aLukas Kovalik 12:18 PMНе BЕЩе го видя след като се прибераAneliya Angelova 12:19 PMokiLukas Kovalik 12:19 PMВсъщност мисля че само ВЕАко се наложи ще му пишаJira CloudMessare Aneliya Angelova...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
45679
|
1637
|
8
|
2026-05-14T15:18:42.903813+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-14/1778 /Users/lukas/.screenpipe/data/data/2026-05-14/1778771922903_m1.jpg...
|
PhpStorm
|
faVsco.js – AutomatedReportsCallbackService.php
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox File• 0EditViewHistoryBookmarksProfilesT Firefox File• 0EditViewHistoryBookmarksProfilesToolsWindowHelp(ah)100% C8 • Thu 14 May 18:18:42DOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*181• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-…..ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-eale80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05".,"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1aбad4efd05","trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05" ,'"trace_id":"82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-dla6ad4efd05","trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"},"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a...
|
NULL
|
6262684219251548582
|
NULL
|
visual_change
|
ocr
|
NULL
|
Firefox File• 0EditViewHistoryBookmarksProfilesT Firefox File• 0EditViewHistoryBookmarksProfilesToolsWindowHelp(ah)100% C8 • Thu 14 May 18:18:42DOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*181• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-…..ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-eale80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05".,"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1aбad4efd05","trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05" ,'"trace_id":"82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-dla6ad4efd05","trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"},"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a...
|
45675
|
NULL
|
NULL
|
NULL
|
|
45683
|
1637
|
10
|
2026-05-14T15:18:47.790983+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-14/1778 /Users/lukas/.screenpipe/data/data/2026-05-14/1778771927790_m1.jpg...
|
PhpStorm
|
faVsco.js – AutomatedReportsCallbackService.php
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahlA100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...₴86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id":"82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
-1701014839549485976
|
NULL
|
click
|
ocr
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahlA100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...₴86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id":"82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
45681
|
NULL
|
NULL
|
NULL
|
|
45776
|
1637
|
46
|
2026-05-14T15:23:13.381002+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-14/1778 /Users/lukas/.screenpipe/data/data/2026-05-14/1778772193381_m1.jpg...
|
Firefox
|
AI Features | Datadog — Work
|
1
|
app.datadoghq.com/dashboard/5id-9sv-qmg/ai-feature app.datadoghq.com/dashboard/5id-9sv-qmg/ai-features?fromUser=false&refresh_mode=paused&tile_focus=7278442485612683&from_ts=1772316000000&to_ts=1777475592447&live=false...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahlA100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id":"82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
16350250550692021
|
NULL
|
click
|
ocr
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahlA100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id":"82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
45775
|
NULL
|
NULL
|
NULL
|
|
45786
|
1637
|
51
|
2026-05-14T15:23:25.599962+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-14/1778 /Users/lukas/.screenpipe/data/data/2026-05-14/1778772205599_m1.jpg...
|
Firefox
|
AI Features | Datadog — Work
|
1
|
app.datadoghq.com/dashboard/5id-9sv-qmg/ai-feature app.datadoghq.com/dashboard/5id-9sv-qmg/ai-features?fromUser=false&refresh_mode=paused&tile_focus=7278442485612683&from_ts=1772316000000&to_ts=1777475592447&live=false...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahlA100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id":"82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
16350250550692021
|
NULL
|
click
|
ocr
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahlA100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id":"82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
45788
|
1637
|
52
|
2026-05-14T15:23:32.638869+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-14/1778 /Users/lukas/.screenpipe/data/data/2026-05-14/1778772212638_m1.jpg...
|
Slack
|
Galya Dimitrova (DM) - Jiminny Inc - 3 new items - Galya Dimitrova (DM) - Jiminny Inc - 3 new items - Slack...
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahlA100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id":"82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
16350250550692021
|
NULL
|
click
|
ocr
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahlA100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id":"82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
45786
|
NULL
|
NULL
|
NULL
|
|
45701
|
1637
|
18
|
2026-05-14T15:19:24.449304+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-14/1778 /Users/lukas/.screenpipe/data/data/2026-05-14/1778771964449_m1.jpg...
|
Firefox
|
AI Features | Datadog — Work
|
1
|
app.datadoghq.com/dashboard/5id-9sv-qmg/ai-feature app.datadoghq.com/dashboard/5id-9sv-qmg/ai-features?fromUser=false&fullscreen_end_ts=1777475592447&fullscreen_paused=true&fullscreen_refresh_mode=paused&fullscreen_section=overview&fullscreen_start_ts=1772316000000&fullscreen_widget=7278442485612683&refresh_mode=paused&from_ts=1772316000000&to_ts=1777475592447&live=false...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahlA100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id":"82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
-1923463596071175446
|
NULL
|
click
|
ocr
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahlA100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id":"82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
45699
|
NULL
|
NULL
|
NULL
|
|
45724
|
1637
|
28
|
2026-05-14T15:20:35.085281+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-14/1778 /Users/lukas/.screenpipe/data/data/2026-05-14/1778772035085_m1.jpg...
|
Firefox
|
AI Features | Datadog — Work
|
1
|
app.datadoghq.com/dashboard/5id-9sv-qmg/ai-feature app.datadoghq.com/dashboard/5id-9sv-qmg/ai-features?fromUser=false&fullscreen_end_ts=1778772001905&fullscreen_paused=false&fullscreen_refresh_mode=sliding&fullscreen_section=overview&fullscreen_start_ts=1776180001905&fullscreen_widget=7278442485612683&refresh_mode=paused&from_ts=1772316000000&to_ts=1777475592447&live=false...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahlA100% C18:20:34DOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*О 885ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id":"82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
2675684661528535167
|
NULL
|
click
|
ocr
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahlA100% C18:20:34DOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*О 885ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id":"82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
45722
|
NULL
|
NULL
|
NULL
|
|
45745
|
1637
|
35
|
2026-05-14T15:21:20.968372+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-14/1778 /Users/lukas/.screenpipe/data/data/2026-05-14/1778772080968_m1.jpg...
|
Firefox
|
AI Features | Datadog — Work
|
1
|
app.datadoghq.com/dashboard/5id-9sv-qmg/ai-feature app.datadoghq.com/dashboard/5id-9sv-qmg/ai-features?fromUser=false&refresh_mode=paused&tile_focus=5067608131527222&from_ts=1772316000000&to_ts=1777475592447&live=false...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahl100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id"[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
-1206772725097794728
|
NULL
|
click
|
ocr
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahl100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id"[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
45791
|
1637
|
53
|
2026-05-14T15:23:35.636157+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-14/1778 /Users/lukas/.screenpipe/data/data/2026-05-14/1778772215636_m1.jpg...
|
Firefox
|
AI Features | Datadog — Work
|
1
|
app.datadoghq.com/dashboard/5id-9sv-qmg/ai-feature app.datadoghq.com/dashboard/5id-9sv-qmg/ai-features?fromUser=false&refresh_mode=paused&from_ts=1772316000000&to_ts=1777475592447&live=false...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahl100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id"[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
-1206772725097794728
|
NULL
|
click
|
ocr
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahl100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id"[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
45786
|
NULL
|
NULL
|
NULL
|
|
45798
|
1637
|
56
|
2026-05-14T15:23:54.798442+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-14/1778 /Users/lukas/.screenpipe/data/data/2026-05-14/1778772234798_m1.jpg...
|
Slack
|
Galya Dimitrova (DM) - Jiminny Inc - 3 new items - Galya Dimitrova (DM) - Jiminny Inc - 3 new items - Slack...
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahl100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id"[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
-1206772725097794728
|
NULL
|
click
|
ocr
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahl100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id"[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
45801
|
1637
|
57
|
2026-05-14T15:24:19.681154+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-14/1778 /Users/lukas/.screenpipe/data/data/2026-05-14/1778772259681_m1.jpg...
|
Firefox
|
AI Features | Datadog — Work
|
1
|
app.datadoghq.com/dashboard/5id-9sv-qmg/ai-feature app.datadoghq.com/dashboard/5id-9sv-qmg/ai-features?fromUser=false&fullscreen_end_ts=1777475592447&fullscreen_paused=true&fullscreen_refresh_mode=paused&fullscreen_section=overview&fullscreen_start_ts=1772316000000&fullscreen_widget=5067608131527222&refresh_mode=paused&from_ts=1772316000000&to_ts=1777475592447&live=false...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahl100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id"[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
-1206772725097794728
|
NULL
|
click
|
ocr
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahl100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id"[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
45798
|
NULL
|
NULL
|
NULL
|
|
45812
|
1637
|
61
|
2026-05-14T15:25:11.473952+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-14/1778 /Users/lukas/.screenpipe/data/data/2026-05-14/1778772311473_m1.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahl100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id"[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
-1206772725097794728
|
NULL
|
click
|
ocr
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahl100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id"[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
45807
|
1637
|
59
|
2026-05-14T15:24:27.484332+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-14/1778 /Users/lukas/.screenpipe/data/data/2026-05-14/1778772267484_m1.jpg...
|
Slack
|
Galya Dimitrova (DM) - Jiminny Inc - 3 new items - Galya Dimitrova (DM) - Jiminny Inc - 3 new items - Slack...
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahl100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id":"82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
3237191391455331022
|
NULL
|
click
|
ocr
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahl100% CDOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*• ₴5ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id":"82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
45851
|
1637
|
77
|
2026-05-14T15:30:28.427031+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-14/1778 /Users/lukas/.screenpipe/data/data/2026-05-14/1778772628427_m1.jpg...
|
Slack
|
Galya Dimitrova (DM) - Jiminny Inc - 4 new items - Galya Dimitrova (DM) - Jiminny Inc - 4 new items - Slack...
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahl100% C18:30:28DOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*О 885ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id"[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
3525295953255802107
|
NULL
|
click
|
ocr
|
NULL
|
Firefox File• 0EditViewHistoryBookmarks Profiles Firefox File• 0EditViewHistoryBookmarks ProfilesToolsWindowHelp(ahl100% C18:30:28DOCKER₴81DEV (-zsh)82APP (-zsh)83-zshec2-user@ip-10-30-145-148:~84screenpipe*О 885ec2-user@ip-10-30-...86ec2-user@ip-10-20-….ec2-user@ip-10-30-...*8[2026-05-1414:10:57]qai.INFO: [HubSpot]2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}importContact {"crm_provider_id":"151395096100""config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394949738"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"config_id":980}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151394799379","config_id" :980}2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}{"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:57Jqai.INFO: [HubSpot] importContact {"crm_provider_id":"151390127471","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58]qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389961123","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389816120","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id"[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389713778"',"config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05", "trace_id" : "82a2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389693109"2c8ad-b450-4e95-8d6b-eale80fd8e10"}:"a5708a1c-c148-4723-a615-dla6ad4efd05", "trace_id" : "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389632351","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400699""config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"'}"trace_id": "82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389400655""config_id":980}2c8ad-b450-4e95-8d6b-eale80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151389111212"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151388675477","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"., "trace_id": "82a2c8ad-b450-4e95-8d6b-eale80fd8e10"'}[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151373094246"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}, "config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05""trace_id":"82a[2026-05-14 14:10:58] qai.INFO: [HubSpot] importContact {"crm_provider_id":"151317825376","config_id":980} {"correlation_id":"a5708a1c-c148-4723-a615-d1a6ad4efd05"2c8ad-b450-4e95-8d6b-ea1e80fd8e10"}"trace_id": "82a...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
51953
|
1828
|
22
|
2026-05-18T09:57:55.168164+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-18/1779 /Users/lukas/.screenpipe/data/data/2026-05-18/1779098275168_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox FileEdit•.D+→ cPlatform Sprint 4 Q2 - Pl Firefox FileEdit•.D+→ cPlatform Sprint 4 Q2 - Platform TeVIewmistory bookmarksProfiles Tools Window Help•github.com/jiminnyUsage I WindsurtFeed - jiminny - SentryJY-20613 support owner role o XPipelines - jiminny/appN1 (SRD-6848] Sidekick SMS issue -+ New TabC < 40 f Support Daily - in 2h3m100% C4 & • Mon 18 May 12:57:5483 operAllow owner's role to be selected when setting up a trial #12092LakyLak wants to merge 5 commits into master from JY-20613-allow-owner-role-on-team-setupIssues1. Potential test flakiness — unordered whereln resultsUserInvitationDTO: :forOwner uses Role: :whereIn('name', [...]) which does not guarantee a consistent orderfrom the database. All three new tests assert a specific order:tests/reature/DT0/UserInv1tat1onDT0Test.oho:72, 161, 130lselt::assertSame(SadminRole->qetid, SrecorderRole->qetid, Sdto->rolelds):This could be silently flaky depending on query execution plan or DB state. Use assertEqualsCanonicalizing instead,which ignores order:self::assertEqualsCanonicalizina(l[$adminRole->getid(), SrecorderRole->getido)],Sdto->roleldsFix this →2. Hardcoded role strinas duplicate User::ROLE * constantsCreateTeamRequest.php:26:'owner role' => ['required', 'in: recorder.recorder and voice,analvst'].These string literals duplicate the User: :ROLE_RECORDER, User: :ROLE_RECORDER_AND_VOICE, User: : ROLE_ANALYSTconstants. If a role name chanaes. both olaces need uodatina. Prefer:'owner_role' => ['required', 'in:' . implode('.'. [llcor..pOIe pecOpnepUser: :ROLE_RECORDER_AND_VOICE,User: :ROLE_ANALYST,1)1,Fix this →3. Missing declare(strict_types=1) in CreateTeamRequest.phpEditTeamReauest.oho has it (line 3). out CreateTeamRequest.oho does not. Per oroiect rules. ali PHP files mustIdeclare strict types=1 . Since this file is already being modified, this is the right moment to add itNits• getOwnerRole() uses $this->input() insteadof sthis->validated() — consistent with getOwnerEmail@) in...
|
NULL
|
-4745247357543442258
|
NULL
|
click
|
ocr
|
NULL
|
Firefox FileEdit•.D+→ cPlatform Sprint 4 Q2 - Pl Firefox FileEdit•.D+→ cPlatform Sprint 4 Q2 - Platform TeVIewmistory bookmarksProfiles Tools Window Help•github.com/jiminnyUsage I WindsurtFeed - jiminny - SentryJY-20613 support owner role o XPipelines - jiminny/appN1 (SRD-6848] Sidekick SMS issue -+ New TabC < 40 f Support Daily - in 2h3m100% C4 & • Mon 18 May 12:57:5483 operAllow owner's role to be selected when setting up a trial #12092LakyLak wants to merge 5 commits into master from JY-20613-allow-owner-role-on-team-setupIssues1. Potential test flakiness — unordered whereln resultsUserInvitationDTO: :forOwner uses Role: :whereIn('name', [...]) which does not guarantee a consistent orderfrom the database. All three new tests assert a specific order:tests/reature/DT0/UserInv1tat1onDT0Test.oho:72, 161, 130lselt::assertSame(SadminRole->qetid, SrecorderRole->qetid, Sdto->rolelds):This could be silently flaky depending on query execution plan or DB state. Use assertEqualsCanonicalizing instead,which ignores order:self::assertEqualsCanonicalizina(l[$adminRole->getid(), SrecorderRole->getido)],Sdto->roleldsFix this →2. Hardcoded role strinas duplicate User::ROLE * constantsCreateTeamRequest.php:26:'owner role' => ['required', 'in: recorder.recorder and voice,analvst'].These string literals duplicate the User: :ROLE_RECORDER, User: :ROLE_RECORDER_AND_VOICE, User: : ROLE_ANALYSTconstants. If a role name chanaes. both olaces need uodatina. Prefer:'owner_role' => ['required', 'in:' . implode('.'. [llcor..pOIe pecOpnepUser: :ROLE_RECORDER_AND_VOICE,User: :ROLE_ANALYST,1)1,Fix this →3. Missing declare(strict_types=1) in CreateTeamRequest.phpEditTeamReauest.oho has it (line 3). out CreateTeamRequest.oho does not. Per oroiect rules. ali PHP files mustIdeclare strict types=1 . Since this file is already being modified, this is the right moment to add itNits• getOwnerRole() uses $this->input() insteadof sthis->validated() — consistent with getOwnerEmail@) in...
|
51951
|
NULL
|
NULL
|
NULL
|
|
59816
|
2135
|
9
|
2026-05-20T06:53:55.152555+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779260035152_m2.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/agt-teir-cwt?authuser=lukas.kovali meet.google.com/agt-teir-cwt?authuser=lukas.kovalik%40jiminny.com...
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox FileEditView•••D+→ cPlatform Sprint 4 Q2 Firefox FileEditView•••D+→ cPlatform Sprint 4 Q2 - Platform TeHistory Bookmarks Profiles Tools Window Help• sonarcloud.io/component_measures?id=jiminny_app&pullRequest=12105&metric=new_coverage&view=•< 40 ll @ i Daily - Platform • now t O A100% C- &• Wed 20 May 9:53:54.& SonarQubeExploreService-Desk - Queues - PlatformlJY-20676 delete AJ reports relatecJY-20915) Add environment-spedl SevenShores|Hubspot|Exceptions|& SonarQube CloudPipelines - jiminny/app+ New Taba @ Start Free• Log in...
|
NULL
|
-1335513096185286705
|
NULL
|
click
|
ocr
|
NULL
|
Firefox FileEditView•••D+→ cPlatform Sprint 4 Q2 Firefox FileEditView•••D+→ cPlatform Sprint 4 Q2 - Platform TeHistory Bookmarks Profiles Tools Window Help• sonarcloud.io/component_measures?id=jiminny_app&pullRequest=12105&metric=new_coverage&view=•< 40 ll @ i Daily - Platform • now t O A100% C- &• Wed 20 May 9:53:54.& SonarQubeExploreService-Desk - Queues - PlatformlJY-20676 delete AJ reports relatecJY-20915) Add environment-spedl SevenShores|Hubspot|Exceptions|& SonarQube CloudPipelines - jiminny/app+ New Taba @ Start Free• Log in...
|
59814
|
NULL
|
NULL
|
NULL
|
|
72211
|
2592
|
3
|
2026-05-26T07:56:24.930693+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-26/1779 /Users/lukas/.screenpipe/data/data/2026-05-26/1779782184930_m1.jpg...
|
PhpStorm
|
faVsco.js – TextRelayService.php
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox FileEditViewHistoryBookmarksToolsWindowH Firefox FileEditViewHistoryBookmarksToolsWindowHelp100% C8• Tue 26 May 10:56:24T81APP (-zsh)DOCKERO ₴1DEV (-zsh)₴2APP (-zsh)2380/home/jiminny/tests/Unit/Services/Activity/CloudCall/ClientTest.php239)/home/jiminny/tests/Unit/Services/Activity/Vonage/Import/DataImportHandlerTest.php240)/home/jiminny/tests/Unit/Services/Activity/Vonage/Import/CallDenormalizerTest.php241)/home/jiminny/tests/Unit/Services/Activity/FiveNine/DataClientTest.php242)/home/jiminny/tests/Unit/Services/Crm/Close/Processor/OpportunityProcessorTest.php243)/home/jiminny/tests/Unit/Services/Crm/Close/ServiceTest.php244)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/OrganisationMetadataTranslatorTest.php245)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/0pportunityMetadataTranslatorTest.php246)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/PipelineMetadataTranslatorTest.php247)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/ProfileMetadataTranslatorTest.php248)/home/jiminny/tests/Unit/Services/Crm/Close/Processor/MetadataProcessorTest.php249)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/FieldMetadataTranslatorTest.php250) /home/jiminny/tests/Unit/Services/Crm/Close/Translator/AccountMetadataTranslatorTest.php251)/home/jiminny/tests/Unit/Services/Crm/Crm0bjectsResolverTest.php252)/home/jiminny/tests/Feature/Component/Notification/ActivityFollowUpSlackMessageBuilderTest.php253)/home/jiminny/tests/Feature/Services/Crm/Close/ClientTest.phpWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20891-fix-alias-mismatch-on-sms-text-relay) $ [screenpipe"0 ₴4-zshAPP...
|
NULL
|
-8248990368433749308
|
NULL
|
idle
|
ocr
|
NULL
|
Firefox FileEditViewHistoryBookmarksToolsWindowH Firefox FileEditViewHistoryBookmarksToolsWindowHelp100% C8• Tue 26 May 10:56:24T81APP (-zsh)DOCKERO ₴1DEV (-zsh)₴2APP (-zsh)2380/home/jiminny/tests/Unit/Services/Activity/CloudCall/ClientTest.php239)/home/jiminny/tests/Unit/Services/Activity/Vonage/Import/DataImportHandlerTest.php240)/home/jiminny/tests/Unit/Services/Activity/Vonage/Import/CallDenormalizerTest.php241)/home/jiminny/tests/Unit/Services/Activity/FiveNine/DataClientTest.php242)/home/jiminny/tests/Unit/Services/Crm/Close/Processor/OpportunityProcessorTest.php243)/home/jiminny/tests/Unit/Services/Crm/Close/ServiceTest.php244)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/OrganisationMetadataTranslatorTest.php245)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/0pportunityMetadataTranslatorTest.php246)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/PipelineMetadataTranslatorTest.php247)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/ProfileMetadataTranslatorTest.php248)/home/jiminny/tests/Unit/Services/Crm/Close/Processor/MetadataProcessorTest.php249)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/FieldMetadataTranslatorTest.php250) /home/jiminny/tests/Unit/Services/Crm/Close/Translator/AccountMetadataTranslatorTest.php251)/home/jiminny/tests/Unit/Services/Crm/Crm0bjectsResolverTest.php252)/home/jiminny/tests/Feature/Component/Notification/ActivityFollowUpSlackMessageBuilderTest.php253)/home/jiminny/tests/Feature/Services/Crm/Close/ClientTest.phpWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20891-fix-alias-mismatch-on-sms-text-relay) $ [screenpipe"0 ₴4-zshAPP...
|
72207
|
NULL
|
NULL
|
NULL
|
|
72173
|
2588
|
14
|
2026-05-26T07:48:53.774078+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-26/1779 /Users/lukas/.screenpipe/data/data/2026-05-26/1779781733774_m1.jpg...
|
PhpStorm
|
faVsco.js – console [PROD]
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox FileEditViewHistoryBookmarksToolsWindowH Firefox FileEditViewHistoryBookmarksToolsWindowHelp$0.100% C8 • Tue 26 May 10:48:53T81APP (-zsh)DOCKERO ₴1DEV (-zsh)₴2APP (-zsh)2380/home/jiminny/tests/Unit/Services/Activity/CloudCall/ClientTest.php239)/home/jiminny/tests/Unit/Services/Activity/Vonage/Import/DataImportHandlerTest.php240)/home/jiminny/tests/Unit/Services/Activity/Vonage/Import/CallDenormalizerTest.php241)/home/jiminny/tests/Unit/Services/Activity/FiveNine/DataClientTest.php242)/home/jiminny/tests/Unit/Services/Crm/Close/Processor/OpportunityProcessorTest.php243)/home/jiminny/tests/Unit/Services/Crm/Close/ServiceTest.php244)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/OrganisationMetadataTranslatorTest.php245)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/0pportunityMetadataTranslatorTest.php246)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/PipelineMetadataTranslatorTest.php247)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/ProfileMetadataTranslatorTest.php248)/home/jiminny/tests/Unit/Services/Crm/Close/Processor/MetadataProcessorTest.php249)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/FieldMetadataTranslatorTest.php250) /home/jiminny/tests/Unit/Services/Crm/Close/Translator/AccountMetadataTranslatorTest.php251)/home/jiminny/tests/Unit/Services/Crm/Crm0bjectsResolverTest.php252)/home/jiminny/tests/Feature/Component/Notification/ActivityFollowUpSlackMessageBuilderTest.php253)/home/jiminny/tests/Feature/Services/Crm/Close/ClientTest.phpWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20891-fix-alias-mismatch-on-sms-text-relay) $ [screenpipe"864-zshAPP...
|
NULL
|
6675923577556690881
|
NULL
|
click
|
ocr
|
NULL
|
Firefox FileEditViewHistoryBookmarksToolsWindowH Firefox FileEditViewHistoryBookmarksToolsWindowHelp$0.100% C8 • Tue 26 May 10:48:53T81APP (-zsh)DOCKERO ₴1DEV (-zsh)₴2APP (-zsh)2380/home/jiminny/tests/Unit/Services/Activity/CloudCall/ClientTest.php239)/home/jiminny/tests/Unit/Services/Activity/Vonage/Import/DataImportHandlerTest.php240)/home/jiminny/tests/Unit/Services/Activity/Vonage/Import/CallDenormalizerTest.php241)/home/jiminny/tests/Unit/Services/Activity/FiveNine/DataClientTest.php242)/home/jiminny/tests/Unit/Services/Crm/Close/Processor/OpportunityProcessorTest.php243)/home/jiminny/tests/Unit/Services/Crm/Close/ServiceTest.php244)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/OrganisationMetadataTranslatorTest.php245)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/0pportunityMetadataTranslatorTest.php246)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/PipelineMetadataTranslatorTest.php247)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/ProfileMetadataTranslatorTest.php248)/home/jiminny/tests/Unit/Services/Crm/Close/Processor/MetadataProcessorTest.php249)/home/jiminny/tests/Unit/Services/Crm/Close/Translator/FieldMetadataTranslatorTest.php250) /home/jiminny/tests/Unit/Services/Crm/Close/Translator/AccountMetadataTranslatorTest.php251)/home/jiminny/tests/Unit/Services/Crm/Crm0bjectsResolverTest.php252)/home/jiminny/tests/Feature/Component/Notification/ActivityFollowUpSlackMessageBuilderTest.php253)/home/jiminny/tests/Feature/Services/Crm/Close/ClientTest.phpWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20891-fix-alias-mismatch-on-sms-text-relay) $ [screenpipe"864-zshAPP...
|
72169
|
NULL
|
NULL
|
NULL
|
|
59578
|
2131
|
32
|
2026-05-20T06:43:43.549154+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-20/1779 /Users/lukas/.screenpipe/data/data/2026-05-20/1779259423549_m2.jpg...
|
Firefox
|
Pipelines - jiminny/app — Work
|
1
|
app.circleci.com/pipelines/github/jiminny/app
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox FileEditVIewHistory Bookmarks Profiles T Firefox FileEditVIewHistory Bookmarks Profiles Tools Window Help• github.comPlatform Sprint 4 Q2 - Platform TeJY-20676 delete AJ reports rel X4 [JY-20915] Add environment-specSevenShores Hubspot Exceptionsf. JY-20915 add alias for EU by Laky!• Pipelines - jiminny/app+ New Tab83 openJY-20676 delete AJ reports related objects #12098LakyLak wants to merge 13 commits into master trom JY-266/6-*claude Bot commented nowClaude Code is working... *I'll analyze this and get back to you.View lob runInbox - kovaliklukas@grDXP4800PLUS-B5F8(190) TED LASSO BEST SCEinLinkedin Login, Sign in LinAmbulatory sheet - Paperles- New TabInis oranch nas not veen ceoiovecINo deploymentsReview reauiredAt least 1 annrovina review is reauired bv reviewers with wiAll checks have passed21 successful checks|This branch is out-of-date with the base branchassociated with LakvlakMerging is blockedAt least 1 approving review is required by reviewers with wEnable auto-mergeYou can also merce this with the comAdd a commentWritePreviewME Markdown is supportedPaste, drop, or click to add files® Remember, contributions to this repository should follow our GitHub Gon• -° mail.google.com/mail/u/0/#inbox= M GmailSearch mailComposeInboxStarredSnoozedImportantSentDraftsPurchasessociaUpdatesrorumsPromotionsMorePrimary5,2238,8306,15738,844Labels[ImapJ/Nevyziadana postaDeleted ltemsFibankHardware & SoftwareHOSTINGInfected Itemsliminny-aithubJunk E-mailKontaktySent ItemsWORKz centraMore75561,274Linkedin Job Alertsdaily.devOLXGitHubLinkedinQuora Suggested Spa.CircleCl BuildsCircleCI BuildsProtonSuperdoc.bgVivacomD Linkedin Job AlertsGitHub 18SkyShowtimeXDACirclee Builds 2ProtonMichael Savage | Th.CircleCI BuildsCircleCl BuildsQuora Suggested Spa.Dreamstime BlogsLinkedinQuora Suggested Spa.RescueTime TeamJulian Borger | The.XDAVIVACOMnoreplyVIVACOMQuora Suggested Spa.Linkedin Job AlertsLinkedinQuora Suggested Spa.XDA> ProtonDally - Platrorm • In 2m100% 2weo zu May 9.43.431-50 01 21.326Promotions 50 newSocial17 newUpdatesPHP Developer - Remote at YO IT Consulting - YO IT Consulting PHP Developer - Remot...Lukas, your personal update from daily.dev is ready - Here's what developers in your top...Пролетно предложение: -70% на промо опции и промо пакети в OLX - Възползвай с...[GitHub] Your Dependabot alerts for the week of May 13 - May 20 - Explore this week on...Jiminny recently posted - We're excited to announce our partnership with Rockeed, our ...ВАНАНАНАНА!! Winnie the Pooh didn't give the Orange Creep the red carpet treatment ...[CircleCl] Workflow failed: jiminny / app on JY-20915-add-domain-specific-email-text-r..[CircleCl] Workflow failed: jiminny / app on JY-20676-delete-report-related-objects - ap...You have 1 new message(s) in your Proton Mail account k[PASSWORD_DOTS] - Please log in at ht...Потвърждение на час за преглед - СуперДок Потвърждение за запазен час: моля п...Помогнете ни да развиваме My Vivacom - Вашето мнение е важно - Благодарим Ви,...Senior Perl Developer at E-CARD Ltd. - E-CARD Ltd. Senior Perl Developer: We are looki...[LakyLak] A security advisory on axios affects at least one of your repositories - Axios:...Do vásho úctu SkyShowtime sa prihlásilo nové zariadenie - Do vásho úẽtu SkyShowtime ...Nvidia's GTX Titan is still the most important GPU ever made - May 18, 2026 Welcome to ...[CircleCl] Workflow failed: jiminny / app on JY-20613-allow-owner-role-on-team-setup - aYou have 1 new message(s) in your Proton Mail account k[PASSWORD_DOTS] - Please log in at h...Less than one per cent - Living somewhere with a free press is now a rare privilege[CircleCl] Workflow failed: jiminny / app on pipedrive-sdk-poc - app / build_accept_depl...[CircleCl] Workflow canceled: jiminny / app on pipedrive-sdk-poc - app / build_accept_...What is the most spectacular photograph ever taken? - What is the most spectacular ph....Where Can | Find Stock Photos of Healthy Meals for Wellness Content? - See our comm...New jobs similar to Уеб Програмист/ PHP at M3 Communications Group, Inc. - Jobs sim...As I get older, now 79, I am viewing, seeing or realizing more and more disturbing things ...24h 33m of Software Development this week - RescueTime Weekly Summary - Having tr...The threats keep growing - Journalism has never been a more dangerous pursuitSteamOS forced Windows to become less... Windows - XDA Logo May 16, 2026 Happy w....VIVACOM e-Faktura - Здравейте ЛУКАШ КОВАЛИК, Вашата е-Фактура Nº 0115632478 ...Извършено плащане към VivacomУспешно плащане - VIVACOM 3дравейте, ЛУКАШ, Вие успешно заплатихте използва....Narcissist and birthdays!! - Narcissist and birthdays!! Divorcing The Narcissist Divorcing …..Lead Web Developer (WordPress / PHP) at Proxiad SEE - Proxiad SEE Lead Web Develop...Jiminny recently posted - We're #hiring a new Sales Development Representative (SDR)....Another Korean actor is gone too early! - Posted in the Korea Herald: Korean actor Lee S...Even an RTX 5090 has nothing on Apple hardware for local LLMs - XDA Logo May 15, 20...You have 1 new message(s) in your Proton Mail account k[PASSWORD_DOTS] - Please log in at h...08:3108:0106:3703:3019 May19 May19 May14 May19 May19 May19 Mar19 May18 May18 May18 May18 Mar18 May18 May18 May18 May18 Mar18 May17 May17 May17 May16 Mar16 May16 May16 May16 May15 May15 May15 May...
|
NULL
|
-9096764299981121104
|
NULL
|
click
|
ocr
|
NULL
|
Firefox FileEditVIewHistory Bookmarks Profiles T Firefox FileEditVIewHistory Bookmarks Profiles Tools Window Help• github.comPlatform Sprint 4 Q2 - Platform TeJY-20676 delete AJ reports rel X4 [JY-20915] Add environment-specSevenShores Hubspot Exceptionsf. JY-20915 add alias for EU by Laky!• Pipelines - jiminny/app+ New Tab83 openJY-20676 delete AJ reports related objects #12098LakyLak wants to merge 13 commits into master trom JY-266/6-*claude Bot commented nowClaude Code is working... *I'll analyze this and get back to you.View lob runInbox - kovaliklukas@grDXP4800PLUS-B5F8(190) TED LASSO BEST SCEinLinkedin Login, Sign in LinAmbulatory sheet - Paperles- New TabInis oranch nas not veen ceoiovecINo deploymentsReview reauiredAt least 1 annrovina review is reauired bv reviewers with wiAll checks have passed21 successful checks|This branch is out-of-date with the base branchassociated with LakvlakMerging is blockedAt least 1 approving review is required by reviewers with wEnable auto-mergeYou can also merce this with the comAdd a commentWritePreviewME Markdown is supportedPaste, drop, or click to add files® Remember, contributions to this repository should follow our GitHub Gon• -° mail.google.com/mail/u/0/#inbox= M GmailSearch mailComposeInboxStarredSnoozedImportantSentDraftsPurchasessociaUpdatesrorumsPromotionsMorePrimary5,2238,8306,15738,844Labels[ImapJ/Nevyziadana postaDeleted ltemsFibankHardware & SoftwareHOSTINGInfected Itemsliminny-aithubJunk E-mailKontaktySent ItemsWORKz centraMore75561,274Linkedin Job Alertsdaily.devOLXGitHubLinkedinQuora Suggested Spa.CircleCl BuildsCircleCI BuildsProtonSuperdoc.bgVivacomD Linkedin Job AlertsGitHub 18SkyShowtimeXDACirclee Builds 2ProtonMichael Savage | Th.CircleCI BuildsCircleCl BuildsQuora Suggested Spa.Dreamstime BlogsLinkedinQuora Suggested Spa.RescueTime TeamJulian Borger | The.XDAVIVACOMnoreplyVIVACOMQuora Suggested Spa.Linkedin Job AlertsLinkedinQuora Suggested Spa.XDA> ProtonDally - Platrorm • In 2m100% 2weo zu May 9.43.431-50 01 21.326Promotions 50 newSocial17 newUpdatesPHP Developer - Remote at YO IT Consulting - YO IT Consulting PHP Developer - Remot...Lukas, your personal update from daily.dev is ready - Here's what developers in your top...Пролетно предложение: -70% на промо опции и промо пакети в OLX - Възползвай с...[GitHub] Your Dependabot alerts for the week of May 13 - May 20 - Explore this week on...Jiminny recently posted - We're excited to announce our partnership with Rockeed, our ...ВАНАНАНАНА!! Winnie the Pooh didn't give the Orange Creep the red carpet treatment ...[CircleCl] Workflow failed: jiminny / app on JY-20915-add-domain-specific-email-text-r..[CircleCl] Workflow failed: jiminny / app on JY-20676-delete-report-related-objects - ap...You have 1 new message(s) in your Proton Mail account k[PASSWORD_DOTS] - Please log in at ht...Потвърждение на час за преглед - СуперДок Потвърждение за запазен час: моля п...Помогнете ни да развиваме My Vivacom - Вашето мнение е важно - Благодарим Ви,...Senior Perl Developer at E-CARD Ltd. - E-CARD Ltd. Senior Perl Developer: We are looki...[LakyLak] A security advisory on axios affects at least one of your repositories - Axios:...Do vásho úctu SkyShowtime sa prihlásilo nové zariadenie - Do vásho úẽtu SkyShowtime ...Nvidia's GTX Titan is still the most important GPU ever made - May 18, 2026 Welcome to ...[CircleCl] Workflow failed: jiminny / app on JY-20613-allow-owner-role-on-team-setup - aYou have 1 new message(s) in your Proton Mail account k[PASSWORD_DOTS] - Please log in at h...Less than one per cent - Living somewhere with a free press is now a rare privilege[CircleCl] Workflow failed: jiminny / app on pipedrive-sdk-poc - app / build_accept_depl...[CircleCl] Workflow canceled: jiminny / app on pipedrive-sdk-poc - app / build_accept_...What is the most spectacular photograph ever taken? - What is the most spectacular ph....Where Can | Find Stock Photos of Healthy Meals for Wellness Content? - See our comm...New jobs similar to Уеб Програмист/ PHP at M3 Communications Group, Inc. - Jobs sim...As I get older, now 79, I am viewing, seeing or realizing more and more disturbing things ...24h 33m of Software Development this week - RescueTime Weekly Summary - Having tr...The threats keep growing - Journalism has never been a more dangerous pursuitSteamOS forced Windows to become less... Windows - XDA Logo May 16, 2026 Happy w....VIVACOM e-Faktura - Здравейте ЛУКАШ КОВАЛИК, Вашата е-Фактура Nº 0115632478 ...Извършено плащане към VivacomУспешно плащане - VIVACOM 3дравейте, ЛУКАШ, Вие успешно заплатихте използва....Narcissist and birthdays!! - Narcissist and birthdays!! Divorcing The Narcissist Divorcing …..Lead Web Developer (WordPress / PHP) at Proxiad SEE - Proxiad SEE Lead Web Develop...Jiminny recently posted - We're #hiring a new Sales Development Representative (SDR)....Another Korean actor is gone too early! - Posted in the Korea Herald: Korean actor Lee S...Even an RTX 5090 has nothing on Apple hardware for local LLMs - XDA Logo May 15, 20...You have 1 new message(s) in your Proton Mail account k[PASSWORD_DOTS] - Please log in at h...08:3108:0106:3703:3019 May19 May19 May14 May19 May19 May19 Mar19 May18 May18 May18 May18 Mar18 May18 May18 May18 May18 Mar18 May17 May17 May17 May16 Mar16 May16 May16 May16 May15 May15 May15 May...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
71379
|
2564
|
11
|
2026-05-26T06:44:50.189316+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-26/1779 /Users/lukas/.screenpipe/data/data/2026-05-26/1779777890189_m1.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox File EditViewHistoryBookmarksProfilesToo Firefox File EditViewHistoryBookmarksProfilesToolsWindowHelpAPP (-zsh)APP (-zsh)100% [47 8• Tue 26 May 9:44:49-zsh181+DOCKER• ₴1DEV (-zsh)₴2tests/Unit/Services/Mail/0ffice/EmailApiClientTest.phptests/Unit/Services/Mail/TextRelayServiceTest.phptests/Unit/Services/RecallAI/RecallAIServiceTest.phpscreenpipe"0 ₴486+++-254++++++++++++44 ++79 files changed, 4254 insertions(+), 2020 deletions(-)create mode 100644 •github/claude-reviewer/no-ticket-warning.txtcreate mode 100644 .github/claude-reviewer/scripts/fetch-jira-context.mjsdelete mode100644 app/Component/ES/Processor/BatchStatusInterface.phpcreate mode100644 app/Component/ES/Processor/RedisEntityExtractor.phpdelete mode100644 app/Component/ES/Processor/Traits/WorkerIdTrait.phpcreate mode100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 front-end/src/components/DealInsights/Modals/__tests__/AskAnythingModal.spec.jscreatemode 100644 front-end/src/components/shared/AskAnything/__tests__/__snapshots__/AskAnythingSettingsDrawer.spec.js.htmldeletemode100644 front-end/src/components/shared/AskAnything/__tests__/__snapshots__/AskAnythingSettingsDrawer.spec.js.snapcreatemode 100644 tests/Unit/Component/ES/Processor/RedisEntityExtractorTest.phpdelete mode 100644 tests/Unit/Component/ES/Processor/Traits/WorkerIdTraitTest.phpcreate mode100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phpcreate mode 100644 tests/Unit/Notifications/Activities/SmsReceivedTest.phpcreate mode 100644 tests/Unit/Services/Mail/TextRelayServiceTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20963-fix-import-on-deleted-entitySwitched to a new branch 'JY-20963-fix-import-on-deleted-entity'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/Jiminny/app (JY-20963-fix-import-on-deleted-entity) $ csfixdocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix--config=.php-cs-fixer.dist.php -v --using-cache=no --diffAPPWhat's next:Try Docker Debug forseamless, persistent debugging tools in any container or image docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ csfixdocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diffPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.PHP runtime: 8.3.30Running analysis on 7 cores with 10 files per process.Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!Loaded config default from".php-cs-fixer.dist.php".5691/5691 [8100%Fixed 0 of 5691 files in 96.077 seconds, 67.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat https://docs.docker.com/go/debug-cli/lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $D...
|
NULL
|
-8847402757509337316
|
NULL
|
typing_pause
|
ocr
|
NULL
|
Firefox File EditViewHistoryBookmarksProfilesToo Firefox File EditViewHistoryBookmarksProfilesToolsWindowHelpAPP (-zsh)APP (-zsh)100% [47 8• Tue 26 May 9:44:49-zsh181+DOCKER• ₴1DEV (-zsh)₴2tests/Unit/Services/Mail/0ffice/EmailApiClientTest.phptests/Unit/Services/Mail/TextRelayServiceTest.phptests/Unit/Services/RecallAI/RecallAIServiceTest.phpscreenpipe"0 ₴486+++-254++++++++++++44 ++79 files changed, 4254 insertions(+), 2020 deletions(-)create mode 100644 •github/claude-reviewer/no-ticket-warning.txtcreate mode 100644 .github/claude-reviewer/scripts/fetch-jira-context.mjsdelete mode100644 app/Component/ES/Processor/BatchStatusInterface.phpcreate mode100644 app/Component/ES/Processor/RedisEntityExtractor.phpdelete mode100644 app/Component/ES/Processor/Traits/WorkerIdTrait.phpcreate mode100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 front-end/src/components/DealInsights/Modals/__tests__/AskAnythingModal.spec.jscreatemode 100644 front-end/src/components/shared/AskAnything/__tests__/__snapshots__/AskAnythingSettingsDrawer.spec.js.htmldeletemode100644 front-end/src/components/shared/AskAnything/__tests__/__snapshots__/AskAnythingSettingsDrawer.spec.js.snapcreatemode 100644 tests/Unit/Component/ES/Processor/RedisEntityExtractorTest.phpdelete mode 100644 tests/Unit/Component/ES/Processor/Traits/WorkerIdTraitTest.phpcreate mode100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phpcreate mode 100644 tests/Unit/Notifications/Activities/SmsReceivedTest.phpcreate mode 100644 tests/Unit/Services/Mail/TextRelayServiceTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20963-fix-import-on-deleted-entitySwitched to a new branch 'JY-20963-fix-import-on-deleted-entity'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/Jiminny/app (JY-20963-fix-import-on-deleted-entity) $ csfixdocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix--config=.php-cs-fixer.dist.php -v --using-cache=no --diffAPPWhat's next:Try Docker Debug forseamless, persistent debugging tools in any container or image docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ csfixdocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diffPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.PHP runtime: 8.3.30Running analysis on 7 cores with 10 files per process.Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!Loaded config default from".php-cs-fixer.dist.php".5691/5691 [8100%Fixed 0 of 5691 files in 96.077 seconds, 67.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat https://docs.docker.com/go/debug-cli/lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $D...
|
71378
|
NULL
|
NULL
|
NULL
|
|
71362
|
2564
|
5
|
2026-05-26T06:44:15.696604+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-26/1779 /Users/lukas/.screenpipe/data/data/2026-05-26/1779777855696_m1.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Firefox File EditViewHistoryBookmarksProfilesToo Firefox File EditViewHistoryBookmarksProfilesToolsWindowHelpAPP (-zsh)APP (-zsh)100% [47 8• Tue 26 May 9:44:15-zsh181+DOCKER• ₴1DEV (-zsh)₴2tests/Unit/Services/Mail/0ffice/EmailApiClientTest.phptests/Unit/Services/Mail/TextRelayServiceTest.phptests/Unit/Services/RecallAI/RecallAIServiceTest.phpscreenpipe"0 ₴486+++-254++++++++++++44 ++79 files changed, 4254 insertions(+), 2020 deletions(-)create mode 100644 •github/claude-reviewer/no-ticket-warning.txtcreate mode 100644 .github/claude-reviewer/scripts/fetch-jira-context.mjsdelete mode100644 app/Component/ES/Processor/BatchStatusInterface.phpcreate mode100644 app/Component/ES/Processor/RedisEntityExtractor.phpdelete mode100644 app/Component/ES/Processor/Traits/WorkerIdTrait.phpcreate mode100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 front-end/src/components/DealInsights/Modals/__tests__/AskAnythingModal.spec.jscreatemode 100644 front-end/src/components/shared/AskAnything/__tests__/__snapshots__/AskAnythingSettingsDrawer.spec.js.htmldeletemode100644 front-end/src/components/shared/AskAnything/__tests__/__snapshots__/AskAnythingSettingsDrawer.spec.js.snapcreatemode 100644 tests/Unit/Component/ES/Processor/RedisEntityExtractorTest.phpdelete mode 100644 tests/Unit/Component/ES/Processor/Traits/WorkerIdTraitTest.phpcreate mode100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phpcreate mode 100644 tests/Unit/Notifications/Activities/SmsReceivedTest.phpcreate mode 100644 tests/Unit/Services/Mail/TextRelayServiceTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20963-fix-import-on-deleted-entitySwitched to a new branch 'JY-20963-fix-import-on-deleted-entity'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/Jiminny/app (JY-20963-fix-import-on-deleted-entity) $ csfixdocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix--config=.php-cs-fixer.dist.php -v --using-cache=no --diffAPPWhat's next:Try Docker Debug forseamless, persistent debugging tools in any container or image docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ csfixdocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diffPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.PHP runtime: 8.3.30Running analysis on 7 cores with 10 files per process.Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!Loaded config default from".php-cs-fixer.dist.php".5691/5691 [8100%Fixed 0 of 5691 files in 96.077 seconds, 67.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat https://docs.docker.com/go/debug-cli/lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $D...
|
NULL
|
8011693552491104169
|
NULL
|
visual_change
|
ocr
|
NULL
|
Firefox File EditViewHistoryBookmarksProfilesToo Firefox File EditViewHistoryBookmarksProfilesToolsWindowHelpAPP (-zsh)APP (-zsh)100% [47 8• Tue 26 May 9:44:15-zsh181+DOCKER• ₴1DEV (-zsh)₴2tests/Unit/Services/Mail/0ffice/EmailApiClientTest.phptests/Unit/Services/Mail/TextRelayServiceTest.phptests/Unit/Services/RecallAI/RecallAIServiceTest.phpscreenpipe"0 ₴486+++-254++++++++++++44 ++79 files changed, 4254 insertions(+), 2020 deletions(-)create mode 100644 •github/claude-reviewer/no-ticket-warning.txtcreate mode 100644 .github/claude-reviewer/scripts/fetch-jira-context.mjsdelete mode100644 app/Component/ES/Processor/BatchStatusInterface.phpcreate mode100644 app/Component/ES/Processor/RedisEntityExtractor.phpdelete mode100644 app/Component/ES/Processor/Traits/WorkerIdTrait.phpcreate mode100644 app/Component/ES/QueuePriorityEnum.phpcreate mode 100644 front-end/src/components/DealInsights/Modals/__tests__/AskAnythingModal.spec.jscreatemode 100644 front-end/src/components/shared/AskAnything/__tests__/__snapshots__/AskAnythingSettingsDrawer.spec.js.htmldeletemode100644 front-end/src/components/shared/AskAnything/__tests__/__snapshots__/AskAnythingSettingsDrawer.spec.js.snapcreatemode 100644 tests/Unit/Component/ES/Processor/RedisEntityExtractorTest.phpdelete mode 100644 tests/Unit/Component/ES/Processor/Traits/WorkerIdTraitTest.phpcreate mode100644 tests/Unit/Component/ES/QueuePriorityEnumTest.phpcreate mode 100644 tests/Unit/Notifications/Activities/SmsReceivedTest.phpcreate mode 100644 tests/Unit/Services/Mail/TextRelayServiceTest.phplukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ co -b JY-20963-fix-import-on-deleted-entitySwitched to a new branch 'JY-20963-fix-import-on-deleted-entity'lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/Jiminny/app (JY-20963-fix-import-on-deleted-entity) $ csfixdocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix--config=.php-cs-fixer.dist.php -v --using-cache=no --diffAPPWhat's next:Try Docker Debug forseamless, persistent debugging tools in any container or image docker debug docker_lamp_1Learn moreat [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $ csfixdocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diffPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.PHP runtime: 8.3.30Running analysis on 7 cores with 10 files per process.Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!Loaded config default from".php-cs-fixer.dist.php".5691/5691 [8100%Fixed 0 of 5691 files in 96.077 seconds, 67.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn moreat https://docs.docker.com/go/debug-cli/lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20963-fix-import-on-deleted-entity) $D...
|
71360
|
NULL
|
NULL
|
NULL
|