Skip to main content
GET
/
v3
/
targets
/
{target}
Read a Target
curl --request GET \
  --url http://localhost/api/v3/targets/{target}
{
  "data": {
    "id": 123,
    "url": "<string>",
    "name": "<string>",
    "handle": "<string>",
    "template": "<string>",
    "description": "<string>",
    "notes": "<string>",
    "condition": [
      "<unknown>"
    ],
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

target
integer
required

The target ID

Response

Target

data
Target · object
required