Targets

Get a Target

GET
/targets/{target_id}
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"
{  "id": "tgt_5m8q2v7k1p9d4h6c",  "object": "target",  "project_id": "prj_4f8k2m7x9q1v6b3n",  "spec_id": "spec_2p8m4q7k1v9d6h3c",  "name": "Parcel CLI",  "type": "cli",  "dependency": null,  "status": "active",  "release_channel": "stable",  "version_current": "1.0.0",  "draft_id": "drf_3q7m1v8k2p5d9h4c",  "checks": {    "generated": [      "build",      "package",      "public_entrypoint"    ],    "repository_required": [],    "customer": []  },  "config": {    "cli": {      "command_name": "parcel"    }  },  "deliveries": [    {      "id": "dlv_4q8m2v7k1p9d5h6c",      "object": "delivery",      "target_id": "tgt_5m8q2v7k1p9d4h6c",      "type": "repository",      "repository": {        "provider": "github",        "identifier": "parcel-example/parcel-client",        "directory": null,        "package_name": "parcel-client",        "module_path": null,        "publish_on_merge": false      },      "status": "active",      "issues": [],      "required_checks": [        "Typeship Release"      ],      "last_event": null,      "created_at": "2026-09-23T08:00:00Z",      "updated_at": "2026-09-23T08:00:00Z"    }  ],  "created_at": "2026-09-23T08:00:00Z",  "updated_at": "2026-09-23T08:00:00Z",  "request_id": "req_3k8m1v6q9p2d7h4c"}