Skip to main content
GET
/
api
/
v1
/
targets
/
{target_id}
Retrieve Target
curl --request GET \
  --url https://api.example.com/api/v1/targets/{target_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

target_id
string
required

The ID of the target to get the required variables from.

Response

Successful Response