Targets

Inspect customizations on a Draft

GET
/targets/{target_id}/draft/customizations

Returns the changed file paths from the latest Draft inspection. Read conflicts for all three file versions, and read the Draft for package-check readiness.

AuthorizationBearer <token>

Organization API key from the console (ak_...), or an OAuth access token with user:org:read, the organization selected during consent, and the capability required by the operation.

In: header

Path Parameters

target_id*string

Stable identifier for one configured generated product.

Match^tgt_[a-z0-9]{16}$

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/targets/tgt_5m8q2v7k1p9d4h6c/draft/customizations"
{  "target_id": "tgt_5m8q2v7k1p9d4h6c",  "head_revision": "0123456789abcdef0123456789abcdef01234567",  "request_id": "req_3k8m1v6q9p2d7h4c",  "object": "draft_customizations",  "status": "available",  "changes": [    {      "path": "src/helper.ts",      "kind": "added"    }  ]}