Skip to main content
GET
/
v1
/
task
/
{taskId}
Get Task Metadata
curl --request GET \  --url https://api.anchorbrowser.io/v1/task/{taskId} \  --header 'anchor-api-key: <api-key>'
{  "data": {  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",  "name": "<string>",  "teamId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",  "description": "<string>",  "latest": "<string>",  "deleted": true,  "createdAt": "2023-11-07T05:31:56Z",  "updatedAt": "2023-11-07T05:31:56Z"  } }

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

taskId
string<uuid>
required

The ID of the task to retrieve

Response

Task metadata retrieved successfully

data
object