curl --request GET \
--url https://api.browse.ai/v2/robots/{robotId} \
--header 'Authorization: Bearer YOUR_SECRET_API_KEY'
{
"statusCode": 200,
"messageCode": "success",
"robot": {
"id": "4f5cd7ff-6c98-4cac-8cf0-d7d0cb050b06",
"name": "Extract data from Realtor.com",
"createdAt": 1678795867879,
"inputParameters": [
{
"type": "string",
"name": "originUrl",
"label": "Origin URL",
"encrypted": false,
"defaultValue": "https://www.espressozone.com/espresso-machines/semi-automatic-espresso-machines"
}
]
}
}