curl --request GET \
--url http://localhost:3333/v1/browserbase/automations/task/{taskId} \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>'[
{
"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>' \
--header 'X-Organization-Id: <x-organization-id>'[
{
"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
Organization ID (required for session auth)
Task ID
Was this page helpful?