v10

latestOpenAPI 3.1.02026-08-085671,1112.8 MB
Organization Targets

Get Organization Targets

Get this organization's resource + SLO targets.

Tenancy (dedicated vs shared) is resolved SERVER-SIDE from the org — never from a client-supplied header (BACKE-2564). targets_writable is the capability flag a client should read rather than infer from plane: shared-plane orgs are always read-only by platform policy; dedicated orgs may write once the write path ships (not this endpoint).

get/v1/organizations/targets

Response

Successful Response

internal_idstring required
plane'shared' | 'dedicated' required
is_platform_defaultboolean required

True when no org-specific TargetSpec has been written yet and these values are the platform default band for this org's plane. Always true today — no write path exists.

targets_writableboolean required

Whether this org CAN write its own TargetSpec (once the write path ships). Always false for shared-plane orgs by design, regardless of is_platform_default.