Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v1/profiles/{id}
Retrieve a session profile
curl https://api.meshbrow.dev/v1/profiles/prof_x9y8z7w6 \ -H "Authorization: Bearer mb_live_..."
{ "id": "prof_x9y8z7w6", "name": "GitHub Bot", "fingerprint": { "platform": "MacIntel", "locale": "en-US", "timezone": "America/New_York" }, "proxy": { "type": "residential", "country": "US", "sticky": true }, "tags": ["github", "scraping"], "cookieCount": 24, "storageOrigins": ["https://github.com", "https://api.github.com"], "createdAt": "2026-10-27T14:00:00Z", "updatedAt": "2026-10-28T09:15:00Z", "lastUsedAt": "2026-10-28T09:15:00Z", "usageCount": 47 }