Skip to main content
GET
/
v1
/
targets
/
{projectId}
/
{targetId}
Get Target
curl --request GET \
  --url http://localhost:3004/v1/targets/{projectId}/{targetId} \
  --header 'x-api-key: <api-key>'
Get the details and configuration of a specific target.

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
string
required
targetId
string
required

Response

200

Target details