Return the CLI telemetry feature-flag configuration for your authenticated session. The response includes enabled (whether CLI telemetry collection is active) and upload_url (destination URL for telemetry uploads; empty string if not configured).
Successful Response
CLI telemetry feature-flag configuration.
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.