curl --request GET \
--url http://localhost:3333/v1/browserbase/automations/task/{taskId} \
--header 'X-API-Key: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"taskId": "<string>",
"targetUrl": "<string>",
"instruction": "<string>",
"isEnabled": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"schedule": "<string>"
}
]curl --request GET \
--url http://localhost:3333/v1/browserbase/automations/task/{taskId} \
--header 'X-API-Key: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"taskId": "<string>",
"targetUrl": "<string>",
"instruction": "<string>",
"isEnabled": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"schedule": "<string>"
}
]API key for authentication
Task ID
Was this page helpful?