GET
/
targets
{target_id}
curl --request GET \
  --url https://kq5jp7qj7wdqklhsxmovkzn4l40obksv.lambda-url.eu-central-1.on.aws/targets{target_id} \
  --header 'Authorization: Bearer <token>'
{
  "category": "<string>",
  "description": "<string>",
  "id": "<string>",
  "metadata": "<any>",
  "name": "<string>",
  "specifications": "<any>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

target_id
string
required

Unique identifier of the target to retrieve

Response

200
application/json

Target details retrieved successfully

Complete information about a specific target

This struct contains all available details about a target, including its specifications and metadata. Use this information to understand the target's capabilities and requirements before using it in experiments.