curl --request GET \ --url https://api.browserbase.com/v1/extensions/{id} \ --header 'X-BB-API-Key: <api-key>'
{ "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "fileName": "<string>", "projectId": "<string>" }
Your Browserbase API Key.
1
The Project ID linked to the uploaded Extension.
Was this page helpful?